trigger for pulling down notification/quicksettings

Post your questions and help other users.

Moderator: Martin

Post Reply
heliosone
Posts: 39
Joined: 26 Mar 2016 08:39

trigger for pulling down notification/quicksettings

Post by heliosone » 05 May 2019 13:36

is there a trigger that reacts when I pull down the statusbar to open the notification/quicksettings screen ?

heliosone
Posts: 39
Joined: 26 Mar 2016 08:39

Re: trigger for pulling down notification/quicksettings

Post by heliosone » 05 May 2019 13:47

solution I found 5 mins after I posted the question :) => Trigger : UI EVENT ,and just used the RECENT EVENTS list.

Working for me :
EventType:Component focused
Package Name:com.android.systemui
Text:AFWall+
The last bit seems a bit user specific,as I always have a AFWall Notification shown,so if someone has an empty notification area most of the time,not sure how this would work!

User avatar
Desmanto
Posts: 2709
Joined: 21 Jul 2017 17:50

Re: trigger for pulling down notification/quicksettings

Post by Desmanto » 06 May 2019 01:06

At mine it is Window Opened at the same com.android.systemui. But the text is different. So I can use match regex to

Code: Select all

Notification shade\.|Quick settings\.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.

heliosone
Posts: 39
Joined: 26 Mar 2016 08:39

Re: trigger for pulling down notification/quicksettings

Post by heliosone » 06 May 2019 08:16

my os language is german,so both strings you use,are in german at my device.
but once changed to localized strings,your solution also works quite well :)

Post Reply