• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Android How to remove Android permissions from androidmanifest.xml

rwkay

GameMaker Staff
GameMaker Dev.
some functions require permissions on Android - if you use gamepad functions then they require Bluetooth permissions for instance.

If you do not use those functions then they will not force the permission on.

Russell
 

Mack SIm

Member
some functions require permissions on Android - if you use gamepad functions then they require Bluetooth permissions for instance.

If you do not use those functions then they will not force the permission on.

Russell
I see... thanks. That's weird cause I don't use gamepad function. Also I don't really understand what can force WRITE_EXTERNAL_STORAGE permission in my game. Probably if I cannot control it I should not care about it...
 
Top