Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

[WIP] Fix location permissions for Android 11+ #1951

Closed
wants to merge 4 commits into from
Closed

Conversation

jfversluis
Copy link
Member

@jfversluis jfversluis commented Jan 11, 2022

Description of Change

Takeover from #1937 because outside contributors aren't allowed to use the pipeline secrets causing the CI to fail.

Original description:

Android 11/12 allow for coarse location permission to be returned without precise/fine. Essentials should return "Restricted" in this case, not denied. This PR works for older versions of Android as well.

Note that there is some shifting of code to fix this as well as preparation to also fix 1936

Bugs Fixed

API Changes

None

Behavioral Changes

None

PR Checklist

  • Has tests (if omitted, state reason in description)
  • Has samples (if omitted, state reason in description)
  • Rebased on top of main at time of PR
  • Changes adhere to coding standard
  • Updated documentation (see walkthrough)

@jfversluis jfversluis closed this Jan 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Android 12: "Approximate" Location Permissions Returns Denied
2 participants