Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed requirements for location services check. #748

Merged

Conversation

dariuszseweryn
Copy link
Owner

Apparently on >= API 29 Android will require location to be turned on irregardless of the target SDK for the application to return scan results. Prior to API 29 it was a common workaround to use target SDK of 21 so the user will not be prompted to give location permissions and no need for location being turned on by the user to scan for BLE peripherals.

Fixes #742

Apparently on >= API 29 Android will require location to be turned on irregardless of the target SDK for the application to return scan results. Prior to API 29 it was a common workaround to use target SDK of 21 so the user will not be prompted to give location permissions and no need for location being turned on by the user to scan for BLE peripherals.
@dariuszseweryn dariuszseweryn added the bug Bug that is caused by the library label May 1, 2021
@dariuszseweryn dariuszseweryn self-assigned this May 1, 2021
@dariuszseweryn dariuszseweryn merged commit 202b9ba into master May 1, 2021
@dariuszseweryn dariuszseweryn deleted the fix/api_29_location_services_requirement_check branch May 1, 2021 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug that is caused by the library
Projects
None yet
1 participant