This repository has been archived by the owner on May 15, 2024. It is now read-only.
This repository has been archived by the owner on May 15, 2024. It is now read-only.
In UWP, checking permission for microphone always returns "Granted" even if app permission for microphone is set to "off" #2049
Open
Description
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