Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
3.0.0
-
None
-
None
Description
Prior to 3.0.0 we used the following plugin tag for camera:
<plugin name="Camera" value="org.apache.cordova.CameraLauncher" />
Now the following tag is generated when we add plugin using cli:
<feature name="Camera"> <param name="android-package" value="org.apache.cordova.core.CameraLauncher" /> </feature>
The docs still shows the previous tag. In order to maintain consistency I think the docs needs to be updated to the new tag.
Attachments
Issue Links
- blocks
-
CB-4379 Android PluginManager not loading plugins from config.xml
- Closed