Joe Bowser created CB-3802:
------------------------------
Summary: General Configuration Guide has incorrect config.xml
Key: CB-3802
URL: https://issues.apache.org/jira/browse/CB-3802
Project: Apache Cordova
Issue Type: Bug
Reporter: Joe Bowser
Assignee: Michael Brooks
The XML format for plugins is wrong. I'm not sure how it works across
platfomrs, but for Android it should be:
{code}
<feature name="FeatureName">
<param name="android-package" value="android.class.name" />
</feature>
{code}
I'm guessing it's similar on iOS, but I want to make sure it's right, which is
why I'm creating the ticket instead of just editing it on the spot.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira