UnityNativeCamera icon indicating copy to clipboard operation
UnityNativeCamera copied to clipboard

Possible to not request microphone permission when only taking picture?

Open supermoos opened this issue 2 years ago • 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

supermoos avatar Jan 24 '24 10:01 supermoos

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.

yasirkula avatar Jan 24 '24 16:01 yasirkula