mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user