2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-09-05 00:25:09 +00:00

Use NEARBY_WIFI_DEVICES instead of ACCESS_FINE_LOCATION

In Android 13+, this permission is enough

EDIT: DO NOT MERGE, the new permission doesn't allow wifiInfo.getSSID()
This commit is contained in:
Albert Vaca Cintora
2023-03-04 15:39:37 +01:00
parent 118d8784fa
commit 3986883bc7
4 changed files with 11 additions and 5 deletions

View File

@@ -403,6 +403,7 @@
<string name="location_permission_needed_title">Permission required</string>
<string name="location_permission_needed_desc">KDE Connect needs the background location permission to know the WiFi network you are connected to even when the app is in the background. This is because the name of the WiFi networks around you could be used to find your location, even when this is not what KDE Connect does.</string>
<string name="wifi_permission_needed_desc">KDE Connect needs permission to know the WiFi network you are connected to.</string>
<string name="clipboard_android_x_incompat">Android 10 has removed clipboard access to all apps. This plugin will be disabled.</string>
<string name="mpris_open_url">Continue playing here</string>
<string name="cant_open_url">Can\'t open URL to continue playing</string>