1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- This Source Code Form is subject to the terms of the Mozilla Public
3 - License, v. 2.0. If a copy of the MPL was not distributed with this
4 - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
6 <shortcuts xmlns:android="http://schemas.android.com/apk/res/android">
8 android:shortcutId="password_manager"
10 android:icon="@drawable/ic_static_password_shortcut"
11 android:shortcutShortLabel="@string/home_screen_shortcut_passwords">
13 android:action="org.mozilla.fenix.OPEN_PASSWORD_MANAGER"
14 android:targetPackage="org.mozilla.firefox"
15 android:targetClass="org.mozilla.fenix.IntentReceiverActivity" />
18 android:shortcutId="open_new_tab"
19 android:enabled="true"
20 android:icon="@drawable/ic_static_shortcut_tab"
21 android:shortcutShortLabel="@string/home_screen_shortcut_open_new_tab_2">
23 android:action="org.mozilla.fenix.OPEN_TAB"
24 android:targetPackage="org.mozilla.firefox"
25 android:targetClass="org.mozilla.fenix.IntentReceiverActivity" />
28 android:shortcutId="open_new_private_tab"
29 android:enabled="true"
30 android:icon="@drawable/ic_static_shortcut_private_tab"
31 android:shortcutShortLabel="@string/home_screen_shortcut_open_new_private_tab_2">
33 android:action="org.mozilla.fenix.OPEN_PRIVATE_TAB"
34 android:targetPackage="org.mozilla.firefox"
35 android:targetClass="org.mozilla.fenix.IntentReceiverActivity" />