2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-22 01:51:47 +00:00

Specific android:label for ShareActiviy

This commit is contained in:
Éric Gillet 2021-11-18 22:52:48 +01:00 committed by Nicolas Fella
parent f265a8b379
commit 61699108bc
2 changed files with 2 additions and 1 deletions

View File

@ -283,7 +283,7 @@
</activity> </activity>
<activity <activity
android:name="org.kde.kdeconnect.Plugins.SharePlugin.ShareActivity" android:name="org.kde.kdeconnect.Plugins.SharePlugin.ShareActivity"
android:label="KDE Connect"> android:label="@string/manifest_label_share">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.SEND" /> <action android:name="android.intent.action.SEND" />

View File

@ -7,6 +7,7 @@
We really appreciate your translations, but make sure to submit them by working with the proper team! We really appreciate your translations, but make sure to submit them by working with the proper team!
--> -->
<string name="kde_connect">KDE Connect</string> <string name="kde_connect">KDE Connect</string>
<string name="manifest_label_share">Send to Device</string>
<string name="foreground_notification_no_devices">Not connected to any device</string> <string name="foreground_notification_no_devices">Not connected to any device</string>
<string name="foreground_notification_devices">Connected to: %s</string> <string name="foreground_notification_devices">Connected to: %s</string>
<string name="foreground_notification_send_clipboard">Send Clipboard</string> <string name="foreground_notification_send_clipboard">Send Clipboard</string>