mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-31 17:32:51 +08:00
CB-2447: Remove use of deprecate org.apache.cordova.api.Plugin
This commit is contained in:
parent
23938830f7
commit
790636c8cd
@ -24,13 +24,13 @@ import org.json.JSONException;
|
|||||||
|
|
||||||
import android.content.Intent;
|
import android.content.Intent;
|
||||||
|
|
||||||
import org.apache.cordova.api.Plugin;
|
import org.apache.cordova.api.CordovaPlugin;
|
||||||
import org.apache.cordova.api.PluginResult;
|
import org.apache.cordova.api.PluginResult;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This class provides a service.
|
* This class provides a service.
|
||||||
*/
|
*/
|
||||||
public class ActivityPlugin extends Plugin {
|
public class ActivityPlugin extends CordovaPlugin {
|
||||||
|
|
||||||
static String TAG = "ActivityPlugin";
|
static String TAG = "ActivityPlugin";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user