xamarin / XamarinCommunityToolkit

The Xamarin Community Toolkit is a collection of Animations, Behaviors, Converters, and Effects for mobile development with Xamarin.Forms. It simplifies and demonstrates common developer tasks building iOS, Android, and UWP apps with Xamarin.Forms.
MIT License
1.58k stars 471 forks source link

CameraView: only request microphone permission when CaptureMode is set to Video in UWP #1963

Closed MFinkBK closed 1 year ago

MFinkBK commented 1 year ago

Description of Bug

This fixes the CameraView on UWP to request microphone permission when CaptureMode is only set to Photo.

Issues Fixed

Behavioral Changes

The UWP app can then remove the microphone permission if not use anywhere else.

PR Checklist