shortcuts.xml 507 B

1234567891011
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <shortcuts xmlns:android="http://schemas.android.com/apk/res/android">
  3. <!-- https://developer.android.com/develop/ui/views/launch/shortcuts -->
  4. <shortcut
  5. android:enabled="true"
  6. android:icon="@drawable/ic_task_sim_card_download"
  7. android:shortcutId="download"
  8. android:shortcutShortLabel="@string/profile_download">
  9. <intent android:action="im.angry.openeuicc.action.DOWNLOAD_WIZARD_ACTIVITY" />
  10. </shortcut>
  11. </shortcuts>