mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-30 00:00:04 +08:00
b850d225f4
PhoneGap 0.9.4 replaced PluginManager.addService() with navigator.app.addService(). This is problematic with the older plugin as they are not being maintained. I'm adding in a PluginManger JavaScript class which will implement the addService method and call navigator.app.addService() method under the hood. This way we won't break old code.