unrequested permissions not declared in androidmanifest--crashlytics maybe?

后端 未结 2 1664
野趣味
野趣味 2021-01-12 05:37

I\'ve just noticed that my app has new permission requests that I have not explicitly declared in my AndroidManifest.xml. I didn\'t see these declared in any of the manifest

2条回答
  •  情歌与酒
    2021-01-12 06:29

    If you're using Gradle to build, you can add the following to your AndroidManifest.xml to remove the permission:

        
    

提交回复
热议问题