trigger for pulling down notification/quicksettings
Moderator: Martin
trigger for pulling down notification/quicksettings
is there a trigger that reacts when I pull down the statusbar to open the notification/quicksettings screen ?
Re: trigger for pulling down notification/quicksettings
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!
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!
Re: trigger for pulling down notification/quicksettings
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.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Re: trigger for pulling down notification/quicksettings
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
but once changed to localized strings,your solution also works quite well