Home | History | Annotate | Download | only in xml
      1 <shortcuts xmlns:android="http://schemas.android.com/apk/res/android" >
      2     <shortcut
      3         android:shortcutId="ms1"
      4         android:enabled="true"
      5         android:icon="@drawable/icon1"
      6         android:shortcutShortLabel="@string/shortcut_title1"
      7         android:shortcutLongLabel="@string/shortcut_text1"
      8         android:shortcutDisabledMessage="@string/shortcut_disabled_message1"
      9         >
     10         <intent
     11             android:action="action1"
     12             android:data="data1"
     13             >
     14         </intent>
     15         <categories android:name="android.shortcut.conversation" />
     16         <categories android:name="android.shortcut.media" />
     17     </shortcut>
     18 </shortcuts>
     19