[2.1.5] How to set up user permissions in custom Android template

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By MrMonk

I built the custom template and works as intended, however when installing I’m not asked for any permissions. I did the check marks on the Export->Android tab.

:bust_in_silhouette: Reply From: mokalux

hello there,

You need to write a module for that in pure java because godot does not ask for user permission it just sets what permissions the app needs in the parameters.

You can manually allow permissions by going to the app parameters on your android phone/tablet.