cordova - Android PhoneGap Config XML user-permission -
cordova - Android PhoneGap Config XML user-permission -
i have started working on phonegap. using phonegap build compile app. trying utilize photographic camera stuck in config.xml
after alot of searching everywhere not able find away utilize user-permission
can please tell me how can utilize in config.xml file
<uses-permission android:name="android.permission.write_external_storage" /> a sample xml great. thanks
add line config.xml
<feature name="http://api.phonegap.com/1.0/file" /><!-- write_external_storage; required photographic camera write photographic camera roll --> android cordova phonegap-build
Comments
Post a Comment