UnityNativeCamera
UnityNativeCamera copied to clipboard
Possible to not request microphone permission when only taking picture?
Description of the bug
When only using the NativeCamera.Permission permission = await NativeCamera.TakePicture() android will still in the settings show Microphone access as not allowed. Is it possible to completely hide the microphone permission option in settings?
Microphone permission isn't added by NativeCamera: https://github.com/yasirkula/UnityNativeCamera/blob/master/.github/AAR%20Source%20(Android)/AndroidManifest.xml. It must be coming from somewhere else.