Skip to content

SharpMobileCode/Android12XamEssentialsBug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Description

On an Android 12 device or emulator, the Permissions.RequestAsync<Permissions.LocationWhenInUse>() call returns PermissionStatus.Denied when user selects "Approximate" location.

Steps To Reproduce

  1. Clone or download this repo.
  2. Run the Android application on an Android 12 device or emulator.
  3. Tap the "Request Location Permission" button.
  4. Select "Approximate".
  5. Select "While using the app" or "Only this time".

Expected Result

Returns PermissionStatus.Granted.

Actual Result

Returns PermissionStatus.Denied

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages