Skip to content
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
@dmacgeo

Description

Description

In UWP, checking permission for microphone always returns "Granted" even if app permission for microphone is set to "off"

Steps to Reproduce

  1. Ensure that in Windows Settings, the app permission for microphone is set to "off"
  2. Call the function Permissions.RequestAsync<Permissions.Microphone>();
  3. 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

Screenshots

Reproduction Link

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions