- Home /
 
 
               Question by 
               chillypacman · Jul 20, 2017 at 08:43 PM · 
                androidandroid-manifestpermissions  
              
 
              Removing unecessary permissions from AndroidManifest that Unity+Plugins put in there?
My game has a lot of unnecessary permissions added to it, I suspect some are coming from plugins and some from Unity. I've looked at all the AndroidManifest.xml files and couldn't find any that use those permissions so I suspect it's added as a post build process or some other way by the plugins or Unity wrapped up in a binary or something.
Is there a way to remove those permissions in a post process build step?
               Comment
              
 
               
              Your answer
 
             Follow this Question
Related Questions
How to check if user has given camera or location permissions (android) 0 Answers
Android Location Permission 0 Answers
Android Manifest with Single Permission 2 Answers
Remove the make a phone call permission (Android) 0 Answers
Disable permission requests 0 Answers