cordova-plugin-background-mode icon indicating copy to clipboard operation
cordova-plugin-background-mode copied to clipboard

If I exclude my app from task list, is there any way to add it back?

Open tlofano opened this issue 7 years ago • 3 comments

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

tlofano avatar Jul 10 '17 15:07 tlofano

Have a try to 'moveToForeground'.

milanjya avatar Nov 22 '17 02:11 milanjya

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 :)

FPeters84 avatar Jan 03 '18 15:01 FPeters84

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.

EinfachHans avatar Mar 13 '20 13:03 EinfachHans