- Home /
[Android] Remove READ_PHONE_STATE and READ_EXTERNAL_STORAGE permissions
Hi guys! I'm trying to find a way how to get rid of these dialog-required permissions. they show on startup of android 6.0 and it makes many users to deny and leave the game. I've tried to export the unity project into an Android Studio project, but I just can't build an apk out of it.
Can anyone help? Thanks!
@ShmulikGH Hey, did you find a solution to this ? I am having the same issue!
Answer by ocholicious · Oct 09, 2017 at 05:39 PM
This article might help you, as it did for me.
https://commonsware.com/blog/2015/06/25/hey-where-did-these-permissions-come-from.html
Answer by hema_dubal · Oct 10, 2017 at 09:25 AM
I solved this problem by updating to Unity 2017.1.1f1. They have updated it to remove these errors ! :)
Your answer
Follow this Question
Related Questions
does unity 5.3 android sms billing status require configuration changes ? 0 Answers
Disable permission requests 0 Answers
What triggers the Internet Access permission, when it's set to auto on Android? 1 Answer
Disable permission dialog in Unity 5 2 Answers
Why does Unity ignore an overriden AndroidManifest.xml file? 0 Answers