mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-31 17:32:51 +08:00
Update CoreAndroid.java
No modifier (package-private) class to public class This closes #293
This commit is contained in:
parent
5dbc51da59
commit
2a8a6b3970
@ -35,7 +35,7 @@ import java.util.HashMap;
|
||||
/**
|
||||
* This class exposes methods in Cordova that can be called from JavaScript.
|
||||
*/
|
||||
class CoreAndroid extends CordovaPlugin {
|
||||
public 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