Essentials
Essentials copied to clipboard
In UWP, checking permission for microphone always returns "Granted" even if app permission for microphone is set to "off"
Description
In UWP, checking permission for microphone always returns "Granted" even if app permission for microphone is set to "off"
Steps to Reproduce
- Ensure that in Windows Settings, the app permission for microphone is set to "off"
- Call the function Permissions.RequestAsync<Permissions.Microphone>();
- The returned value is "Granted" instead of "Denied"
Expected Behavior
The function should return "PermissionStatus.Denied"
Actual Behavior
The function returns "PermissionStatus.Granted"
Basic Information
- Version with issue: 1.7.3
- Last known good version:
- IDE:
- Platform Target Frameworks:
- iOS:
- Android:
- UWP: 19041
- Android Support Library Version:
- Nuget Packages: Xamarin.Essentials 1.7.3
- Affected Devices: UWP