Onactivate, ondeactivate & onfailure callbacks

This commit is contained in:
Sebastián Katzer
2014-12-14 00:04:12 +01:00
parent 1c289f7d01
commit 5fa96556ae
7 changed files with 269 additions and 73 deletions

View File

@@ -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>