No, this does not exist in cordova's config.xml You could possibly achieve this with a plugin, and a plugin.xml file that does nothing more than specify config options.
See the config-file element here: http://cordova.apache.org/docs/en/edge/plugin_ref_spec.md.html#Plugin%20Specification @purplecabbage risingj.com On Wed, May 20, 2015 at 12:04 PM, julio cesar sanchez < [email protected]> wrote: > On phonegap build you can add values to the info.plist or > androidManifest.xml from the config.xml, but I didn't see that features > available on cordova > > > http://phonegap.com/blog/2014/01/30/customizing-your-android-manifest-and-ios-property-list-on-phonegap-build/ > > > I'm not sure if it isn't possible or if it isn't documented, in case it > isn't possible, should we add such feature? In some cases you have to add > some values in the info.plist or androidManifest.xml and the only way is to > create a plugin that writes the values there on install. >
