update:2021.03.19
fix:重新提交 add:
This commit is contained in:
18
tests/res/xml/shortcuts.xml
Normal file
18
tests/res/xml/shortcuts.xml
Normal file
@@ -0,0 +1,18 @@
|
||||
<?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.uiuios.intent.action.test_shortcut"/>
|
||||
</shortcut>
|
||||
<shortcut
|
||||
android:shortcutId="shortcut2"
|
||||
android:shortcutShortLabel="@string/shortcut2">
|
||||
<intent android:action="com.android.uiuios.intent.action.test_shortcut"/>
|
||||
</shortcut>
|
||||
<shortcut
|
||||
android:shortcutId="shortcut3"
|
||||
android:shortcutShortLabel="@string/shortcut3">
|
||||
<intent android:action="com.android.uiuios.intent.action.test_shortcut"/>
|
||||
</shortcut>
|
||||
</shortcuts>
|
||||
Reference in New Issue
Block a user