Forum Discussion
objectnormal
5 years agoExplorer
"Please remove all unnecessary permissions:"
I'm using Unity - I've submitted several versions of my app and haven't run into this before. I haven't added plugins. My Android Manifest doesn't show anything about camera permissions (or any oth...
vreach
5 years agoHonored Guest
Of course, there is always a wrong dirty working way. OVRManifestPreprocessor, function PatchAndroidManifest, and add this code
AddOrRemoveTag(doc,
androidNamepsaceURI,
"/manifest",
"uses-permission",
"android.permission.CAMERA",
false,
modifyIfFound: true);
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 12 years ago