You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Mike Billau (JIRA)" <ji...@apache.org> on 2013/10/30 16:29:28 UTC

[jira] [Resolved] (CB-3802) General Configuration Guide has incorrect config.xml

     [ https://issues.apache.org/jira/browse/CB-3802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Billau resolved CB-3802.
-----------------------------

    Resolution: Fixed

I'm pretty sure this can be closed. I went through all of the API's and verified the docs (for Android) had the correct XML and permissions: https://issues.apache.org/jira/browse/CB-5005 

> 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
>          Components: Docs
>            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 was sent by Atlassian JIRA
(v6.1#6144)