Useful methods for an android cordova app
cordova plugin add cordova-plugin-core-android-extensions
- Android
navigator.app.minimizeApp
navigator.app.resumeApp
Shows home screen and sends the app into background
- moveBack: When
true
the app first tried to return to the previous task in current stack (Boolean)
Activates app from background
- force: When
true
the app bypasses keyguard and turns lights on (Boolean)