summaryrefslogtreecommitdiffstats
path: root/mobile/android/fenix/app/src/main/res/xml/shortcuts.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/android/fenix/app/src/main/res/xml/shortcuts.xml')
-rw-r--r--mobile/android/fenix/app/src/main/res/xml/shortcuts.xml9
1 files changed, 3 insertions, 6 deletions
diff --git a/mobile/android/fenix/app/src/main/res/xml/shortcuts.xml b/mobile/android/fenix/app/src/main/res/xml/shortcuts.xml
index 1f81f55a3e..fb28b5782b 100644
--- a/mobile/android/fenix/app/src/main/res/xml/shortcuts.xml
+++ b/mobile/android/fenix/app/src/main/res/xml/shortcuts.xml
@@ -8,8 +8,7 @@
android:shortcutId="password_manager"
android:enabled="true"
android:icon="@drawable/ic_static_password_shortcut"
- android:shortcutShortLabel="@string/home_screen_shortcut_passwords"
- android:shortcutLongLabel="@string/home_screen_shortcut_passwords">
+ android:shortcutShortLabel="@string/home_screen_shortcut_passwords">
<intent
android:action="org.mozilla.fenix.OPEN_PASSWORD_MANAGER"
android:targetPackage="org.mozilla.fenix"
@@ -19,8 +18,7 @@
android:shortcutId="open_new_tab"
android:enabled="true"
android:icon="@drawable/ic_static_shortcut_tab"
- android:shortcutShortLabel="@string/home_screen_shortcut_open_new_tab_2"
- android:shortcutLongLabel="@string/home_screen_shortcut_open_new_tab_2">
+ android:shortcutShortLabel="@string/home_screen_shortcut_open_new_tab_2">
<intent
android:action="org.mozilla.fenix.OPEN_TAB"
android:targetPackage="org.mozilla.fenix"
@@ -30,8 +28,7 @@
android:shortcutId="open_new_private_tab"
android:enabled="true"
android:icon="@drawable/ic_static_shortcut_private_tab"
- android:shortcutShortLabel="@string/home_screen_shortcut_open_new_private_tab_2"
- android:shortcutLongLabel="@string/home_screen_shortcut_open_new_private_tab_2">
+ android:shortcutShortLabel="@string/home_screen_shortcut_open_new_private_tab_2">
<intent
android:action="org.mozilla.fenix.OPEN_PRIVATE_TAB"
android:targetPackage="org.mozilla.fenix"