how to run the android phonegap application in background(after closing the application)?

后端 未结 2 791
囚心锁ツ
囚心锁ツ 2021-02-09 05:18

I have used the system notification plugin from the github(https://github.com/saileshmittal/phonegap-system-notification-plugin) for android phonegap.I have used this code in my

2条回答
  •  悲哀的现实
    2021-02-09 06:09

    I made an Android application with PhoneGap and when I press the home button, my application stays in background (with my last test it stays more than 1 hour). But when I launch other App the Android OS kills my application.

    To enable this behaviour you need to add the android permission:

    to your manifest

    and you also need to add:

    to your config.xml in folder res/xml

    I hope this post can you help you :)

提交回复
热议问题