phonegap build permissions in android

前端 未结 1 736
长情又很酷
长情又很酷 2020-12-14 08:46

I\'m using phonegap build to create my app.

Is there a way I can configure the permissions asked by android?

For now it asks for all the permissions when I a

相关标签:
1条回答
  • 2020-12-14 08:56

    A quick bit of googling returns the <feature> element to set permissions. Combined with <preference name="permissions" value="none"/> it should be exactly what you're looking for.

    http://docs.phonegap.com/phonegap-build/configuring/#Features

    0 讨论(0)
提交回复
热议问题