2019-04-05 18:35:29 -07:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<shortcuts xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
|
<shortcut
|
2023-01-04 12:34:49 -08:00
|
|
|
android:shortcutId="shortcut1_themed"
|
2022-11-22 14:57:07 -08:00
|
|
|
android:icon="@drawable/test_theme_icon"
|
2019-04-05 18:35:29 -07:00
|
|
|
android:shortcutShortLabel="@string/shortcut1">
|
|
|
|
|
<intent android:action="com.android.launcher3.intent.action.test_shortcut"/>
|
|
|
|
|
</shortcut>
|
|
|
|
|
<shortcut
|
|
|
|
|
android:shortcutId="shortcut2"
|
|
|
|
|
android:shortcutShortLabel="@string/shortcut2">
|
|
|
|
|
<intent android:action="com.android.launcher3.intent.action.test_shortcut"/>
|
|
|
|
|
</shortcut>
|
|
|
|
|
<shortcut
|
|
|
|
|
android:shortcutId="shortcut3"
|
|
|
|
|
android:shortcutShortLabel="@string/shortcut3">
|
|
|
|
|
<intent android:action="com.android.launcher3.intent.action.test_shortcut"/>
|
|
|
|
|
</shortcut>
|
|
|
|
|
</shortcuts>
|