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:
Andrew Grieve 2015-02-06 13:49:00 -05:00
parent 66424b7ed5
commit b7abb64661

View File

@ -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";