You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kable declares the `BLUETOOTH_SCAN` permission with the assumption that your app will not derive physical location from
472
-
scan results. If this is not true (and your app will derive physical location), then the following should be added to
473
-
your app's `AndroidManifest.xml`:
485
+
</td>
486
+
</tr>
487
+
488
+
<tr>
489
+
<td>
490
+
491
+
[Derives the user's location from Bluetooth Low Energy scans](https://developer.android.com/guide/topics/connectivity/bluetooth/permissions#declare-android12-or-higher)
[Requires Bluetooth Low Energy (and won't function without it)](https://developer.android.com/guide/topics/connectivity/bluetooth/permissions#features)
0 commit comments