mirror of
https://github.com/apache/cordova-android.git
synced 2025-04-03 13:28:06 +08:00

This adds CordovaPlugin.initialize() (no args) and deprecates CordovaPlugin.initialize(app, webView). This will allow us to refactor more easily by using the package-private privateInitialize() to set fields.