[fenix] Pass app name to delete browsing data prompt
[gecko.git] / mobile / android / fenix / app / src / debug / res / xml / shortcuts_debug.xml
blob0ac003ac75da8f014f255952dc1e20f1ce335df8
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="open_new_tab"
9         android:enabled="true"
10         android:icon="@drawable/ic_static_shortcut_tab"
11         android:shortcutShortLabel="@string/home_screen_shortcut_open_new_tab"
12         android:shortcutLongLabel="@string/home_screen_shortcut_open_new_tab">
13         <intent
14             android:action="org.mozilla.fenix.OPEN_TAB"
15             android:targetPackage="org.mozilla.fenix.debug"
16             android:targetClass="org.mozilla.fenix.IntentReceiverActivity" />
17     </shortcut>
18     <shortcut
19         android:shortcutId="open_new_private_tab"
20         android:enabled="true"
21         android:icon="@drawable/ic_static_shortcut_private_tab"
22         android:shortcutShortLabel="@string/home_screen_shortcut_open_new_private_tab"
23         android:shortcutLongLabel="@string/home_screen_shortcut_open_new_private_tab">
24         <intent
25             android:action="org.mozilla.fenix.OPEN_PRIVATE_TAB"
26             android:targetPackage="org.mozilla.fenix.debug"
27             android:targetClass="org.mozilla.fenix.IntentReceiverActivity" />
28     </shortcut>
29 </shortcuts>