mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-07 23:03:11 +08:00
Make CoreAndroid package-private
Since we're renaming it anyways, makes sense to just remove it from the public API.
This commit is contained in:
parent
66424b7ed5
commit
b7abb64661
@ -39,7 +39,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 CoreAndroid extends CordovaPlugin {
|
class CoreAndroid extends CordovaPlugin {
|
||||||
|
|
||||||
public static final String PLUGIN_NAME = "CoreAndroid";
|
public static final String PLUGIN_NAME = "CoreAndroid";
|
||||||
protected static final String TAG = "CordovaApp";
|
protected static final String TAG = "CordovaApp";
|
||||||
|
Loading…
Reference in New Issue
Block a user