<?xml version="1.0" encoding="utf-8"?>
<shortcuts xmlns:android="http://schemas.android.com/apk/res/android">
    <shortcut
        android:enabled="true"
        android:icon="@drawable/ic_qu_switch_black_24dp"
        android:shortcutDisabledMessage="@string/app_widget_name"
        android:shortcutId="shortcuts_switch"
        android:shortcutLongLabel="@string/app_widget_name"
        android:shortcutShortLabel="@string/app_widget_name">

        <intent
            android:action="android.intent.action.VIEW"
            android:targetClass="com.reactnativev2ray.ui.ScSwitchActivity"
            android:targetPackage="com.reactnativev2ray" />
        <categories android:name="android.shortcut.conversation" />
    </shortcut>
    <shortcut
        android:enabled="true"
        android:icon="@drawable/ic_qu_scan_black_24dp"
        android:shortcutDisabledMessage="@string/menu_item_import_config_qrcode"
        android:shortcutId="shortcuts_scan"
        android:shortcutLongLabel="@string/menu_item_import_config_qrcode"
        android:shortcutShortLabel="@string/menu_item_import_config_qrcode">

        <intent
            android:action="android.intent.action.VIEW"
            android:targetClass="com.reactnativev2ray.ui.ScScannerActivity"
            android:targetPackage="com.reactnativev2ray" />
        <categories android:name="android.shortcut.conversation" />
    </shortcut>
    <shortcut
        android:enabled="true"
        android:icon="@drawable/ic_qu_settings_black_24dp"
        android:shortcutDisabledMessage="@string/title_settings"
        android:shortcutId="shortcuts_settings"
        android:shortcutLongLabel="@string/title_settings"
        android:shortcutShortLabel="@string/title_settings">

        <intent
            android:action="android.intent.action.VIEW"
            android:targetClass="com.reactnativev2ray.ui.SettingsActivity"
            android:targetPackage="com.reactnativev2ray" />
        <categories android:name="android.shortcut.conversation" />
    </shortcut>
</shortcuts>
