Move registration of App plugin from config.xml -> code

Less fragile this way.
This commit is contained in:
Andrew Grieve
2014-07-08 11:47:26 -04:00
parent caeb86843d
commit e86c2e5970
4 changed files with 1 additions and 12 deletions
-3
View File
@@ -36,7 +36,4 @@
<feature name="PluginStub">
<param name="android-package" value="org.apache.cordova.pluginApi.pluginStub" />
</feature>
<feature name="App">
<param name="android-package" value="org.apache.cordova.App" />
</feature>
</widget>