Skip to content

Android API dependencies

Justin Chan edited this page Apr 6, 2020 · 4 revisions

Versions Marshmellow,23 and above 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 require explicit checking of the internet permission

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.

Clone this wiki locally