mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 07:02:51 +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.
|
||||
*/
|
||||
public class CoreAndroid extends CordovaPlugin {
|
||||
class CoreAndroid extends CordovaPlugin {
|
||||
|
||||
public static final String PLUGIN_NAME = "CoreAndroid";
|
||||
protected static final String TAG = "CordovaApp";
|
||||
|
Loading…
Reference in New Issue
Block a user