How to set permissions for Android projects ?

So this is what my app is asking when doing fresh install on Android phone:

That’s what UE4 has set by default. Is that something require by Epic or Oculus (the app is for Gear VR) ? If not, how do I disable those (except maybe for reading/writing to SD card).

Thanks

You can’t remove these permissions because they are required by the engine. They are added in UEDeployAndroid.cs: https://github.com/EpicGames/UnrealEngine/blob/release/Engine/Source/Programs/UnrealBuildTool/Android/UEDeployAndroid.cs#L1547

Oh, ok. Oh well, then I don’t need to worry about that stuff :slight_smile: Thanks