mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-04 00:02:03 +08:00
CB-8684 Add onStart/onStop hooks for plugins (close #173)
This commit is contained in:
committed by
Andrew Grieve
parent
581252febc
commit
a652d892ca
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user