CB-8684 Add onStart/onStop hooks for plugins (close #173)

This commit is contained in:
Tony Homer
2015-04-08 15:00:38 -04:00
committed by Andrew Grieve
parent 581252febc
commit a652d892ca
8 changed files with 204 additions and 0 deletions

View File

@@ -38,4 +38,8 @@
<feature name="Activity">
<param name="android-package" value="org.apache.cordova.test.ActivityPlugin" />
</feature>
<feature name="LifeCycle">
<param name="android-package" value="org.apache.cordova.test.LifeCyclePlugin" />
<param name="onload" value="true" />
</feature>
</widget>