Notification Actions
Posted: 04 Nov 2014 10:50
When specifying actions for permanent (i.e. user cannot remove them) statusbar notifications (those which are only enabled on Android 4.1+), they will stop working after the phone is idle for a period of time.
The notifications click-action will still work, one can still expand the notification to see the actions - but the click-handling will not happen anymore. A refresh of the notification (add notification with same ID) will solve this. The associated on-click-actions in my case are executions of flow-graphs.
This strongly seems like an android-related memory-garbage-collecting problem. Enabling/Disabling the Automagic permanent-notification has no effect on this problem.
I hope someone will fix this! =)
The notifications click-action will still work, one can still expand the notification to see the actions - but the click-handling will not happen anymore. A refresh of the notification (add notification with same ID) will solve this. The associated on-click-actions in my case are executions of flow-graphs.
This strongly seems like an android-related memory-garbage-collecting problem. Enabling/Disabling the Automagic permanent-notification has no effect on this problem.
I hope someone will fix this! =)