[Android] Change the shortcut resume playback string
Nicolas Pomepuy
git at videolan.org
Fri Feb 14 11:07:17 UTC 2025
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Feb 3 14:09:12 2025 +0100| [0a9b47ba5190841128b0ed976690264392a29938] | committer: Duncan McNamara
Change the shortcut resume playback string
> https://code.videolan.org/videolan/vlc-android/commit/0a9b47ba5190841128b0ed976690264392a29938
---
application/resources/src/main/res/values/strings.xml | 2 ++
application/vlc-android/flavors/debug/res/xml/shortcuts.xml | 4 ++--
application/vlc-android/res/xml/shortcuts.xml | 4 ++--
3 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/application/resources/src/main/res/values/strings.xml b/application/resources/src/main/res/values/strings.xml
index e987b39ccf..e02bb10f8b 100644
--- a/application/resources/src/main/res/values/strings.xml
+++ b/application/resources/src/main/res/values/strings.xml
@@ -57,6 +57,8 @@
<string name="append_all">Append all</string>
<string name="resume_playback_short_title">Resume playback</string>
<string name="resume_playback_long_title"> Resume playback of last playlist</string>
+ <string name="resume_audio_playback_short_title">Resume audio playback</string>
+ <string name="resume_audio_playback_long_title"> Resume playback of last audio playlist</string>
<string name="resume_playback_error">Nothing to resume</string>
<string name="delete">Delete</string>
<string name="remove">Remove</string>
diff --git a/application/vlc-android/flavors/debug/res/xml/shortcuts.xml b/application/vlc-android/flavors/debug/res/xml/shortcuts.xml
index fbbf5d5ef2..0e8517abc3 100644
--- a/application/vlc-android/flavors/debug/res/xml/shortcuts.xml
+++ b/application/vlc-android/flavors/debug/res/xml/shortcuts.xml
@@ -6,8 +6,8 @@
android:shortcutId="last_playlist"
android:enabled="true"
android:icon="@drawable/ic_shortcut_resume_playback"
- android:shortcutShortLabel="@string/resume_playback_short_title"
- android:shortcutLongLabel="@string/resume_playback_long_title">
+ android:shortcutShortLabel="@string/resume_audio_playback_short_title"
+ android:shortcutLongLabel="@string/resume_audio_playback_long_title">
<intent
android:action="vlc.shortcut.resume"
android:targetPackage="org.videolan.vlc.debug"
diff --git a/application/vlc-android/res/xml/shortcuts.xml b/application/vlc-android/res/xml/shortcuts.xml
index 72b00a0250..51547f1a90 100644
--- a/application/vlc-android/res/xml/shortcuts.xml
+++ b/application/vlc-android/res/xml/shortcuts.xml
@@ -6,8 +6,8 @@
android:shortcutId="last_playlist"
android:enabled="true"
android:icon="@drawable/ic_shortcut_resume_playback"
- android:shortcutShortLabel="@string/resume_playback_short_title"
- android:shortcutLongLabel="@string/resume_playback_long_title">
+ android:shortcutShortLabel="@string/resume_audio_playback_short_title"
+ android:shortcutLongLabel="@string/resume_audio_playback_long_title">
<intent
android:action="vlc.shortcut.resume"
android:targetPackage="org.videolan.vlc"
More information about the Android
mailing list