Mohammad Kashif Sulaiman
Results
3
comments of
Mohammad Kashif Sulaiman
@Red-Folder I found that there is already MyService.java in `plugins/com.red_folder.phonegap.plugin.backgroundservice.sample/src/android/MyService.java` and the service is also working even after kill. But when I edit it or add some more logs in...
> @kpwa add this in your `index.html` file > > ``` > > myService = ""; > serviceRunning = ""; > > document.addEventListener('deviceready', function() { > var serviceName = 'com.red_folder.phonegap.plugin.backgroundservice.sample.MyService';...