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

View File

@ -46,6 +46,6 @@
--> -->
<!-- This is required for native Android hooks --> <!-- This is required for native Android hooks -->
<feature name="App"> <feature name="App">
<param name="android-package" value="org.apache.cordova.App" /> <param name="android-package" value="org.apache.cordova.CoreAndroid" />
</feature> </feature>
</widget> </widget>

View File

@ -38,7 +38,7 @@ import java.util.HashMap;
/** /**
* This class exposes methods in Cordova that can be called from JavaScript. * This class exposes methods in Cordova that can be called from JavaScript.
*/ */
public class App extends CordovaPlugin { public class CoreAndroid extends CordovaPlugin {
protected static final String TAG = "CordovaApp"; protected static final String TAG = "CordovaApp";
private BroadcastReceiver telephonyReceiver; private BroadcastReceiver telephonyReceiver;