mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-01 02:12:58 +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:
parent
404d3e0959
commit
635a6279a9
@ -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>
|
||||||
|
@ -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;
|
Loading…
Reference in New Issue
Block a user