tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

shortcuts.xml (1769B)


      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 
      6 <shortcuts xmlns:android="http://schemas.android.com/apk/res/android">
      7    <!--
      8    <shortcut
      9        android:shortcutId="password_manager"
     10        android:enabled="true"
     11        android:icon="@drawable/ic_static_password_shortcut"
     12        android:shortcutShortLabel="@string/home_screen_shortcut_passwords">
     13        <intent
     14            android:action="org.mozilla.fenix.OPEN_PASSWORD_MANAGER"
     15            android:targetPackage="org.mozilla.fenix"
     16            android:targetClass="org.mozilla.fenix.IntentReceiverActivity" />
     17    </shortcut>
     18    <shortcut
     19        android:shortcutId="open_new_tab"
     20        android:enabled="true"
     21        android:icon="@drawable/ic_static_shortcut_tab"
     22        android:shortcutShortLabel="@string/home_screen_shortcut_open_new_tab_2">
     23        <intent
     24            android:action="org.mozilla.fenix.OPEN_TAB"
     25            android:targetPackage="org.torproject.torbrowser_nightly"
     26            android:targetClass="org.mozilla.fenix.IntentReceiverActivity" />
     27    </shortcut>
     28    <shortcut
     29        android:shortcutId="open_new_private_tab"
     30        android:enabled="true"
     31        android:icon="@drawable/ic_static_shortcut_private_tab"
     32        android:shortcutShortLabel="@string/home_screen_shortcut_open_new_private_tab_2">
     33        <intent
     34            android:action="org.mozilla.fenix.OPEN_PRIVATE_TAB"
     35            android:targetPackage="org.torproject.torbrowser_nightly"
     36            android:targetClass="org.mozilla.fenix.IntentReceiverActivity" />
     37    </shortcut>
     38    -->
     39 </shortcuts>