I'm trying to set up a "display timeout" tile. Each press should change display timeout from a predetermined list. Problem is that each time I press the tile, the tile panel automatically closes, which is not what I want (i want to be able to to multiple presses in sequence if needed) I thought that unchecking "Hide notification" toggle in the action configuration form would have done the trick but unfortunately it doesn't. Where can be my mistake? (platform: Galaxy S7 running Android 7.0)
Can you please export your task's description (not xml) so I can take a look? Long-click the task in Tasker->export description Thanks in advance
Sorry for the delay, I missed email notification Here's the task description: Code (Text): Tiles.init (250) A1: AutoNotification Tiles [ Configuration:Tile: 3 Command: tile:dtmo Label: Screen timeout Icon: android.resource://net.dinglisch.android.taskerm/hl_device_access_data_usage State: 2 Timeout (Seconds):60 ] Anyway I've another problem now (appeared after latest autonotification update I guess): that task started to times out when run and fail with the following error: Code (Text): 22.08.15/E FIRE PLUGIN: AutoNotification Tiles / com.twofortyfouram.locale.intent.action.FIRE_SETTING: 6 bundle keys 22.08.15/E AutoNotification Tiles: plugin comp: com.joaomgcd.autonotification/com.joaomgcd.autonotification.broadcastreceiver.BroadcastReceiverNotify 22.08.15/E add wait type Plugin16 time 60 22.08.15/E add wait type Plugin16 done 22.08.15/E add wait task 22.09.15/E Error: null
I just tried it and it worked correctly for me. Is it maybe related to the task not being run (times out)? Can you try rebooting your device and try again?
Task exception fixed by a reboot too. Now back to my initial issue then ("how to prevent tiles panel to close?")
Sorry for upping again, but I didn't manage to find by myself the answer to my initial question (preventing panel to close)
Ok, never mind: I've switched to an alternative app ("Custom Quick Settings"), which allows me to do what I wanted and doesn't have that issue.