How can I remove the unnecessary permissions when export Android package?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By alexzheng
:warning: Old Version Published before Godot 3 was released.

When export to apk, I only checked two permissions on, but when the final apk file is published on google play, it says there are 169 permission required.

:bust_in_silhouette: Reply From: volzhs

for now, can’t be removed it without recompiling android template manually.
but you can just ignore those 169 permission message.
because it actually does not require any permission except you checked.

I removed these permissions from the AndroidManifest.xml.template file, and now it’s clear.

alexzheng | 2017-12-04 12:29