I have created plugin for background service (to run the application in background) in phonegap.
here is my java code for plugin:
public class Backgr
In the onCreate method of your Java class that extends from DroidGap make sure you have set "keepRunning" properly.
super.setBooleanProperty("keepRunning", true);