Cordova permissions requires android.permission.READ_CONTACTS, or grantUriPermission()

牧云@^-^@ 提交于 2019-12-06 16:37:36

The gradle file changed my androidmanifest.xml to targetSdk 23, which has a new permission system.

Solution was to change the gradlefile build properties to set targetsdk to 22, which uses the old permissions system which is explained on http://inthecheesefactory.com/blog/things-you-need-to-know-about-android-m-permission-developer-edition/en

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!