shortcuts.xml 418 B

123456789101112
  1. <shortcuts xmlns:android="http://schemas.android.com/apk/res/android">
  2. <shortcut
  3. android:shortcutId="play"
  4. android:enabled="true"
  5. android:icon="@mipmap/ic_launcher"
  6. android:shortcutShortLabel="@string/shortcut_play"
  7. android:shortcutLongLabel="@string/shortcut_play">
  8. <intent
  9. android:action="android.intent.action.VIEW"
  10. android:targetClass="eu.vcmi.vcmi.VcmiSDLActivity" />
  11. </shortcut>
  12. </shortcuts>