CB-3165: Deprecation Notice

This commit is contained in:
Joe Bowser 2013-04-18 14:44:00 -07:00
parent bf3e024648
commit aad396ae38

View File

@ -119,6 +119,7 @@ public class PluginManager {
service = xml.getAttributeValue(null, "name");
pluginClass = xml.getAttributeValue(null, "value");
// System.out.println("Plugin: "+name+" => "+value);
Log.d(TAG, "<plugin> tags are deprecated, please use <features> instead. <plugin> will no longer work as of Cordova 3.0");
onload = "true".equals(xml.getAttributeValue(null, "onload"));
entry = new PluginEntry(service, pluginClass, onload);
this.addService(entry);