yasirkula/UnityNativeCamera

Possible to not request microphone permission when only taking picture?

supermoos opened this issue · 1 comments

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?
image

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.