cordova-android-crash-auto-restart
Version:
Cordova plugin to restart app when happend crash
23 lines (19 loc) • 843 B
text/xml
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-android-crash-auto-restart"
version="0.0.3">
<name>cordova-android-crash-auto-restart</name>
<description>Cordova plugin to restart app when happend crash</description>
<author>Huangang</author>
<license>Apache 2.0</license>
<engines>
<engine name="cordova" version=">=6.2.0" />
<engine name="cordova-android" version=">=6.0.0" />
</engines>
<platform name="android">
<hook type="after_plugin_install" src="scripts/install.js" />
<hook type="after_platform_add" src="scripts/install.js" />
<hook type="before_plugin_uninstall" src="scripts/uninstall.js" />
</platform>
</plugin>