mirror of
https://github.com/purplecabbage/phonegap-plugins.git
synced 2026-01-10 16:18:10 -05:00
Merge pull request #885 from Red-Folder/master
[Android] Background Service - Fix for background service
This commit is contained in:
@@ -38,6 +38,10 @@ Add the following to AndroidManifest.xml
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
```
|
||||
## Change Log ##
|
||||
|
||||
* 14th November 2012 - Fix for service not stopping if the app has been closed then re-opened
|
||||
|
||||
|
||||
## Further Information ##
|
||||
|
||||
|
||||
Binary file not shown.
@@ -38,6 +38,9 @@ Add the following to AndroidManifest.xml
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
```
|
||||
## Change Log ##
|
||||
|
||||
* 14th November 2012 - Fix for service not stopping if the app has been closed then re-opened
|
||||
|
||||
## Further Information ##
|
||||
|
||||
|
||||
Binary file not shown.
@@ -4,12 +4,16 @@ A plugin (and framework code) that allows the development and operation of an An
|
||||
|
||||
The example MyService Background Service will write a Hello message to the LogCat every minute. The MyService is designed as sample code.
|
||||
|
||||
## Versions ##
|
||||
## Cordova Versions ##
|
||||
|
||||
Folders used for different Cordova versions:
|
||||
|
||||
* /1.8.1 - For use with Cordova 1.8.1
|
||||
* /2.0.0 - Coming soon
|
||||
* /2.0.0 - For use with Cordova 2.0.0
|
||||
|
||||
## Change Log ##
|
||||
|
||||
* 14th November 2012 - Fix for service not stopping if the app has been closed then re-opened
|
||||
|
||||
## Further Information ##
|
||||
|
||||
|
||||
Reference in New Issue
Block a user