Having a problem setting “swipe down – expand notifications tray” on my Samsung Galaxy s6 and Galaxy tab style 10.5…
Having a problem setting “swipe down – expand notifications tray” on my Samsung Galaxy s6 and Galaxy tab style 10.5 . Tray doesn’t come down when I swipe down.
It doesn’t work on my note 4 either. I have to use Tasker and a script with a gesture.
As I remember, Samsung devices use a modified framework from other Android devices, so the method doesn’t work.
Kevin, mind posting some info so I can set up my tasker similarly?
Also, different frameworks is a lame reason for this to be broken, Nova and Apex have no issues.
I emailed the developer for a refund but got no response.
Just set up a Auto input Global action and set it to open notifications
Then in the launcher set a swipe down gesture to run a script with this
LL.sendTaskerIntent(new TaskerIntent(“Status Bar”), false);
The part that says “Status Bar” is the name of my particular task so you need to switch that with the name of yours.