shortcuts.xml 754 B

123456789101112131415161718
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shortcuts xmlns:android="http://schemas.android.com/apk/res/android" >
  3. <shortcut
  4. android:shortcutId="shortcut1"
  5. android:shortcutShortLabel="@string/shortcut1">
  6. <intent android:action="com.android.launcher3.intent.action.test_shortcut"/>
  7. </shortcut>
  8. <shortcut
  9. android:shortcutId="shortcut2"
  10. android:shortcutShortLabel="@string/shortcut2">
  11. <intent android:action="com.android.launcher3.intent.action.test_shortcut"/>
  12. </shortcut>
  13. <shortcut
  14. android:shortcutId="shortcut3"
  15. android:shortcutShortLabel="@string/shortcut3">
  16. <intent android:action="com.android.launcher3.intent.action.test_shortcut"/>
  17. </shortcut>
  18. </shortcuts>