I'm trying to close my android app by calling cordova navigator.app.close(), app closes but still running in background and I can see it in app manager. I tried to solve this problem like it described there: PhoneGap keep running on Android after onPause by inserting
<preference name="keepRunning" value="false" />
in config.xml, but it doesn't work for me.
Are there some other ideas to solve this problem?