mirror of
https://github.com/FatttSnake/OxygenToolbox.git
synced 2026-04-05 22:31:26 +08:00
16 lines
704 B
XML
16 lines
704 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shortcuts xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<shortcut
|
|
android:enabled="true"
|
|
android:icon="@mipmap/ic_launcher_round"
|
|
android:shortcutDisabledMessage="@string/shortcutDisabledMessage"
|
|
android:shortcutId="main"
|
|
android:shortcutLongLabel="@string/shortcutLongLabel"
|
|
android:shortcutShortLabel="@string/shortcutShortLabel">
|
|
<intent
|
|
android:action="android.intent.action.VIEW"
|
|
android:targetClass="com.tencent.mm.ui.LauncherUI"
|
|
android:targetPackage="com.tencent.mm" />
|
|
<categories android:name="android.shortcut.conversation" />
|
|
</shortcut>
|
|
</shortcuts> |