mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 23:25:11 +08:00
CB-3165: Deprecation Notice
This commit is contained in:
parent
bf3e024648
commit
aad396ae38
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user