e-mission / e-mission-data-collection

Repository for our own data collection
BSD 3-Clause "New" or "Revised" License
4 stars 19 forks source link

👷🔧 🪠 Plumb through support for requesting bluetooth scan permissions … #224

Closed shankari closed 5 months ago

shankari commented 5 months ago

…on android

As far as we can tell, iOS does not need any additional permissions to use the iBeacon API since we already have "always" location permissions. However, android requires the BLUETOOTH_SCAN permission https://developer.android.com/develop/connectivity/bluetooth/bt-permissions#declare-android12-or-higher

This change includes:

Testing done:

shankari commented 5 months ago
Bluetooth permission in fleet mode Popup turns green
Screenshot 2024-04-14 at 10 53 08 PM Screenshot 2024-04-14 at 10 53 41 PM Screenshot 2024-04-14 at 10 53 56 PM
Does not show up in non-fleet mode or on iOS
Screenshot 2024-04-14 at 10 59 57 PM