Files
UIUIPad-Launcher3-Q/tests/res/xml/shortcuts.xml
Fanhuitong 8799e85443 version:
fix:
update:更换为酷信
2023-10-11 19:19:52 +08:00

19 lines
733 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shortcuts xmlns:android="http://schemas.android.com/apk/res/android" >
<shortcut
android:shortcutId="shortcut1"
android:shortcutShortLabel="@string/shortcut1">
<intent android:action="com.uiuipad.os.intent.action.test_shortcut"/>
</shortcut>
<shortcut
android:shortcutId="shortcut2"
android:shortcutShortLabel="@string/shortcut2">
<intent android:action="com.uiuipad.os.intent.action.test_shortcut"/>
</shortcut>
<shortcut
android:shortcutId="shortcut3"
android:shortcutShortLabel="@string/shortcut3">
<intent android:action="com.uiuipad.os.intent.action.test_shortcut"/>
</shortcut>
</shortcuts>