Renaming app plugin CoreAndroid to avoid confusion. It is now trivial to fix the JS away from App, but this will have to be a 4.x change

This commit is contained in:
Joe Bowser
2014-05-26 13:11:27 -07:00
parent 404d3e0959
commit 635a6279a9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -46,6 +46,6 @@
-->
<!-- This is required for native Android hooks -->
<feature name="App">
<param name="android-package" value="org.apache.cordova.App" />
<param name="android-package" value="org.apache.cordova.CoreAndroid" />
</feature>
</widget>