- Home /
Question by
AHWD777 · Mar 31, 2018 at 10:43 PM ·
androidapkandroid-manifestmanifestpermissions
Disable permission requests
Hello everyone!
Me and my friend created a game recently. When we open the game (we installed an APK on our phones), 4 permission request dialogs appear: one for the contacts, one for the position, one for the internal storage and one for the phone. We don't want that, because our game doesn't need these authorizations. We tried to overwrite the AndroidManifest generated by Unity, as shown here (https://docs.unity3d.com/Manual/android-manifest.html), but when we build the game, Unity add the permission requests to the manifest... Please help!
Comment