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

Notify Android 10 users that clipboard won't work

This commit is contained in:
Albert Vaca Cintora
2020-01-14 23:01:33 +01:00
parent b1e3113343
commit 9f3b75b748
4 changed files with 100 additions and 0 deletions

View File

@@ -39,6 +39,7 @@
<string name="pref_plugin_sharereceiver_desc">Share files and URLs between devices</string>
<string name="device_list_empty">No devices</string>
<string name="ok">OK</string>
<string name="sad_ok">OK :(</string>
<string name="cancel">Cancel</string>
<string name="open_settings">Open settings</string>
<string name="no_permissions">You need to grant permission to access notifications</string>
@@ -352,4 +353,5 @@
<string name="location_permission_needed_title">Permission required</string>
<string name="location_permission_needed_desc">Android requires the Location permission to identify your WiFi network</string>
<string name="clipboard_android_x_incompat">Android 10 has removed clipboard access to all apps. This plugin will be disabled.</string>
</resources>