Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.4.3, 6.6.2
-
-
13
-
5efbfcb03 (dev), bb8cf7223 (dev), ada8ffd7c (dev), dca2eb939 (dev), e6aa48dc2 (6.8), e28adc19e (6.8), 785e56f62 (6.8), 3b5499c93 (6.8)
-
Foundation Sprint 114, Foundation Sprint 115
Description
QBluetoothDeviceDiscoveryAgentPrivate::start checks the ACCESS_FINE_LOCATION permission and if not set, requests it. According to https://developer.android.com/guide/topics/connectivity/bluetooth/permissions the location permission is no longer needed if the app does not use scan results to derive physical location.
I my opinion, checking for ACCESS_FINE_LOCATION should be dropped.
See also https://bugreports.qt.io/browse/QTBUG-99590?focusedCommentId=713588
Attachments
Issue Links
- relates to
-
QTBUG-117358 BLUETOOTH_SCAN permission flag neverForLocation
- Closed