[focus] For https://github.com/mozilla-mobile/focus-android/issues/5851: Specify...
[gecko.git] / mobile / android / focus-android / app / src / focusNightly / res / xml-v25 / shortcuts.xml
blob610c9d8e54698fa47c9666214fa4bb2813c06749
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/. -->
5 <shortcuts xmlns:android="http://schemas.android.com/apk/res/android">
6     <shortcut
7         android:shortcutId="erase"
8         android:enabled="true"
9         android:icon="@drawable/ic_shortcut_erase"
10         android:shortcutShortLabel="@string/shortcut_erase_short_label"
11         android:shortcutLongLabel="@string/shortcut_erase_long_label">
12         <intent
13             android:action="erase"
14             android:targetPackage="org.mozilla.focus.nightly"
15             android:targetClass="org.mozilla.focus.activity.EraseShortcutActivity">
16                 <extra android:name="shortcut" android:value="true" />
17         </intent>
18     </shortcut>
19   <shortcut
20       android:shortcutId="erase_and_open"
21       android:enabled="true"
22       android:icon="@drawable/ic_shortcut_erase"
23       android:shortcutShortLabel="@string/shortcut_erase_and_open_short_label"
24       android:shortcutLongLabel="@string/shortcut_erase_and_open_long_label">
25     <intent
26         android:action="erase"
27         android:targetPackage="org.mozilla.focus.nightly"
28         android:targetClass="org.mozilla.focus.activity.EraseAndOpenShortcutActivity">
29       <extra android:name="shortcut" android:value="true" />
30     </intent>
31   </shortcut>
32 </shortcuts>