سؤال

I have

  <preference name="permissions" value="none"/>

in my config.xml but my Android device still shows all (full) permissions as being requested upon install. How can I figure out what's wrong?

هل كانت مفيدة؟

المحلول

If you do not want any permissions to be added to your app, add the following tag to your config.xml.

<preference name="permissions" value="none"/>

You will still have the INTERNET permission on your app, which PhoneGap requires. Remaining preferences you can remove if you dont want.

Referenced from here Phonegap Build Docs

If its still giving you problems follow this Link

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top