mirror of
https://github.com/apache/cordova-android.git
synced 2026-07-06 00:00:08 +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.