Add FoldLayout

This commit is contained in:
2022-03-21 15:19:38 +08:00
parent f25eb0f831
commit 6992c37f0c
77 changed files with 1806 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
<?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>