On an Android 12 device or emulator, the Permissions.RequestAsync<Permissions.LocationWhenInUse>()
call returns PermissionStatus.Denied
when user selects "Approximate" location.
- Clone or download this repo.
- Run the Android application on an Android 12 device or emulator.
- Tap the "Request Location Permission" button.
- Select "Approximate".
- Select "While using the app" or "Only this time".
Returns PermissionStatus.Granted
.
Returns PermissionStatus.Denied