Massive refactor of CordovaInterface. Deprecation and Exception throwing to notify the user that we're changing things

This commit is contained in:
Joe Bowser
2012-04-12 11:27:08 -07:00
parent b99e9abb5f
commit 1794f2e047
22 changed files with 234 additions and 97 deletions
@@ -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);
}
}