-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(android): request ACCESS_COARSE_LOCATION permission (#12884)
* fix(android): request ACCESS_COARSE_LOCATION permission * chore(android): improve coarse location permission handling * fix(android): update getLocationServicesEnabled() * fix(android): handle absence of ACCESS_FINE_LOCATION on Android 12 * fix(android): validate location permissions * fix(android): onLocationChanged() null check Co-authored-by: Joshua Quick <jquick@axway.com> Co-authored-by: Ewan Harris <ewanharris93@gmail.com> Co-authored-by: Lokesh Choudhary <lchoudhary@axway.com>
- Loading branch information
1 parent
5addc5e
commit 30f66e9
Showing
3 changed files
with
131 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters