mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 15:12:51 +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. |
||
---|---|---|
.. | ||
assets | ||
gen/com/phonegap | ||
libs | ||
res | ||
src/com/phonegap | ||
.classpath | ||
.project | ||
AndroidManifest.xml | ||
build.xml | ||
default.properties |