You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
754 B
19 lines
754 B
<?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.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>
|