OpenPods icon indicating copy to clipboard operation
OpenPods copied to clipboard

No need to request ACCESS_FINE_LOCATION permissions as of Android 12

Open aeroechelon opened this issue 10 months ago • 0 comments

From: https://developer.android.com/develop/connectivity/bluetooth/bt-permissions

On Android 8.0 (API level 26) and higher, the Companion Device Manager (CDM) provides a more streamlined method of connecting to companion devices, compared to the permissions described in this section. The CDM system provides a pairing UI on behalf of your app and doesn't require location permissions.

https://github.com/adolfintel/OpenPods/blob/6a00d8ce240dc38291e57423f502b1155bf7648e/app/src/main/AndroidManifest.xml#L8

aeroechelon avatar Apr 16 '24 17:04 aeroechelon