Details
-
User Story
-
Resolution: Duplicate
-
P1: Critical
-
None
-
5.15.7, 6.2.1, 6.2
-
None
Description
Android 12 introduces 3 more Bluetooth permissions:
- BLUETOOTH_SCAN
- BLUETOOTH_CONNECT
- BLUETOOTH_ADVERTISE
Those permissions must be declared in the manifest file. What sets them apart from previous permissions is the fact that they have to be requested at runtime. Therefore existing code paths need to be examined on Android to add the right runtime request. Note that this runtime behavior is only triggered if the app targets SDK level 31 or higher.
More details can be found under:
https://developer.android.com/guide/topics/connectivity/bluetooth/permissions
Attachments
Issue Links
- is duplicated by
-
QTBUG-99590 Android 12 - Bluetooth permissions
-
- Closed
-