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

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

Is there a way to convert an HTML page styled with Bootstrap CSS into email-compatible html? -