cordova-plugin-background-mode
cordova-plugin-background-mode copied to clipboard
If I exclude my app from task list, is there any way to add it back?
I'm working on Android. If I exclude my app from task list, it works great ! But, when I set disable the Background mode, my app is still without appear in task list
Have a try to 'moveToForeground'.
This excludeFromTaskList is exactly what I needed from my app!
However, the 'moveToForeground" does not seem to work to "re-enter" the app in the task list. My I ask the advice of the professional @katzer for this? :)
Many thanks in advance for your help! P.S. big thanks for your plugin, without it my app would be quite featureless :)
If this is still an Issue for somebody, you can try my Fork: https://github.com/HansKrywaa/cordova-plugin-advanced-background-mode
I just added the Methode to add it back to the Tasklist, but couldn't test it yet.