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