Bug 1929040 - [wpt-sync] Update web-platform-tests to d4fb35c4980b6581ce0535b2dac71cb...
[gecko.git] / mobile / android / fenix / app / src / release / res / xml / shortcuts.xml
blob31d6b91379cbfe57cad0a80a849964a02052abe3
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">
7     <shortcut
8         android:shortcutId="password_manager"
9         android:enabled="true"
10         android:icon="@drawable/ic_static_password_shortcut"
11         android:shortcutShortLabel="@string/home_screen_shortcut_passwords">
12         <intent
13             android:action="org.mozilla.fenix.OPEN_PASSWORD_MANAGER"
14             android:targetPackage="org.mozilla.firefox"
15             android:targetClass="org.mozilla.fenix.IntentReceiverActivity" />
16     </shortcut>
17     <shortcut
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">
22         <intent
23             android:action="org.mozilla.fenix.OPEN_TAB"
24             android:targetPackage="org.mozilla.firefox"
25             android:targetClass="org.mozilla.fenix.IntentReceiverActivity" />
26     </shortcut>
27     <shortcut
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">
32         <intent
33             android:action="org.mozilla.fenix.OPEN_PRIVATE_TAB"
34             android:targetPackage="org.mozilla.firefox"
35             android:targetClass="org.mozilla.fenix.IntentReceiverActivity" />
36     </shortcut>
37 </shortcuts>