mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
Massive refactor of CordovaInterface. Deprecation and Exception throwing to notify the user that we're changing things
This commit is contained in:
@@ -30,7 +30,7 @@ import android.webkit.WebView;
|
||||
*/
|
||||
public class PluginManager extends org.apache.cordova.api.PluginManager {
|
||||
|
||||
public PluginManager(WebView app, CordovaInterface ctx) {
|
||||
public PluginManager(WebView app, CordovaInterface ctx) throws Exception {
|
||||
super(app, ctx);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user