forked from Github/cordova-plugin-run-in-background
Onactivate, ondeactivate & onfailure callbacks
This commit is contained in:
@@ -75,9 +75,7 @@
|
||||
* it to be something the user is actively aware of and thus not a
|
||||
* candidate for killing when low on memory.
|
||||
-->
|
||||
<service
|
||||
android:name="de.appplant.cordova.plugin.background.ForegroundService"
|
||||
android:enabled="true" />
|
||||
<service android:name="de.appplant.cordova.plugin.background.ForegroundService" />
|
||||
|
||||
</config-file>
|
||||
|
||||
@@ -95,8 +93,7 @@
|
||||
<platform name="wp8">
|
||||
<config-file target="config.xml" parent="/*">
|
||||
<feature name="BackgroundMode">
|
||||
<param name="wp-package" value="BackgroundMode" onload="true" />
|
||||
<param name="onload" value="true" />
|
||||
<param name="wp-package" value="BackgroundMode" />
|
||||
</feature>
|
||||
</config-file>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user