Files
UIUIPad-Launcher3-Q/tests/res/xml/shortcuts.xml
fanhuitong 2462bafa85 version:1.1
update:2021-10-19 17:27:09
fix:更换包名,自更新
add:加入极光推送,发送正在运行的app信息
2021-10-19 17:31:16 +08:00

19 lines
757 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.android.colorfulos.intent.action.test_shortcut"/>
</shortcut>
<shortcut
android:shortcutId="shortcut2"
android:shortcutShortLabel="@string/shortcut2">
<intent android:action="com.android.colorfulos.intent.action.test_shortcut"/>
</shortcut>
<shortcut
android:shortcutId="shortcut3"
android:shortcutShortLabel="@string/shortcut3">
<intent android:action="com.android.colorfulos.intent.action.test_shortcut"/>
</shortcut>
</shortcuts>