So does this mean that it would look something like this (in the case of the 
device plugin on android)?

            <feature name="Device" >
                <param name="android-package" 
value="org.apache.cordova.device.Device"/>
                <param name="feature-id" value="org.apache.cordova.device"/>
                <param name="feature-version" value="0.2.5"/>
            </feature>

On Nov 14, 2013, at 11:19 PM, Anis KADRI <[email protected]> wrote:

> We define two <param>s that hold the plugin ID an version. In older
> versions of cordova <feature> was called <plugin> and the mapping was
> one-to-one and it still seems to be the case. If for whatever reason
> one needs to have 2+ <feature>s for one plugin, all <feature> tags
> should define <param>s that indicate ID/version.

Reply via email to