-
Notifications
You must be signed in to change notification settings - Fork 20
Android API dependencies
Justin Chan edited this page Apr 6, 2020
·
4 revisions
Versions Marshmellow,23 and below need to prompt for permission for fine location to get Bluetooth scanning
Versions Oreo,26 and above need to request notification channel
Versions below Pie,28 requires the Internet permission to be explicitly in the manifest. Otherwise by default you can make network requests.
Version Q,29 and above requires explicit consent for tracking location in background while app is closed. Prior to that all that is asked is a binary allow/deny.
Bluetooth admin is a normal permission and does not need explicit user permission.