-
Notifications
You must be signed in to change notification settings - Fork 490
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#370 fix Android 13 access fine location error
- Loading branch information
1 parent
d59f87a
commit f70249e
Showing
4 changed files
with
73 additions
and
46 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
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
I'm trying to understand why the ACCESS_FINE_LOCATION would be needed even for Android 30+. See also https://stackoverflow.com/questions/73024638/should-i-request-for-location-permissions-when-using-bluetooth-for-pre-android-1
The purpose of the permission changes around Bluetooth is to NOT require location permissions any more on newer Androids if only Bluetooth is involved. See https://www.androidpolice.com/2021/05/19/android-12-apps-wont-ask-for-location-permissions-when-all-they-want-is-bluetooth-scanning-which-yes-was-a-thing/ "This change breaks out Bluetooth scanning (and Bluetooth pairing) into its own separate permission by itself, free of the location permission silo and shackles. That means apps can skip the sketchy location permission access prompts if they just need to scan or connect to Bluetooth devices."