2017-04-04 17:42:39 +02:00
|
|
|
<shortcuts xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
|
|
<shortcut
|
|
|
|
android:enabled="true"
|
|
|
|
android:icon="@drawable/sc_update_48dp"
|
|
|
|
android:shortcutDisabledMessage="@string/app_not_available"
|
|
|
|
android:shortcutId="show_recently_updated"
|
2020-04-09 02:32:36 +02:00
|
|
|
android:shortcutLongLabel="@string/recent_updates"
|
|
|
|
android:shortcutShortLabel="@string/updates">
|
2017-04-04 17:42:39 +02:00
|
|
|
<intent
|
|
|
|
android:action="eu.kanade.tachiyomi.SHOW_RECENTLY_UPDATED"
|
2020-04-07 07:39:50 +02:00
|
|
|
android:targetPackage="${applicationId}"
|
2017-10-28 14:44:19 +02:00
|
|
|
android:targetClass="eu.kanade.tachiyomi.ui.main.MainActivity" />
|
2017-04-04 17:42:39 +02:00
|
|
|
</shortcut>
|
|
|
|
<shortcut
|
|
|
|
android:enabled="true"
|
|
|
|
android:icon="@drawable/sc_glasses_48dp"
|
|
|
|
android:shortcutDisabledMessage="@string/app_not_available"
|
|
|
|
android:shortcutId="show_recently_read"
|
2020-04-07 07:39:50 +02:00
|
|
|
android:shortcutLongLabel="@string/history"
|
|
|
|
android:shortcutShortLabel="@string/history">
|
2017-04-04 17:42:39 +02:00
|
|
|
<intent
|
|
|
|
android:action="eu.kanade.tachiyomi.SHOW_RECENTLY_READ"
|
2020-04-07 07:39:50 +02:00
|
|
|
android:targetPackage="${applicationId}"
|
2017-10-28 14:44:19 +02:00
|
|
|
android:targetClass="eu.kanade.tachiyomi.ui.main.MainActivity" />
|
2017-04-04 17:42:39 +02:00
|
|
|
</shortcut>
|
|
|
|
<shortcut
|
|
|
|
android:enabled="true"
|
2020-04-07 07:39:50 +02:00
|
|
|
android:icon="@drawable/sc_extensions_48dp"
|
2017-04-04 17:42:39 +02:00
|
|
|
android:shortcutDisabledMessage="@string/app_not_available"
|
2020-04-07 07:39:50 +02:00
|
|
|
android:shortcutId="show_extensions"
|
2020-04-09 02:32:36 +02:00
|
|
|
android:shortcutLongLabel="@string/extensions"
|
|
|
|
android:shortcutShortLabel="@string/extensions">
|
2017-04-04 17:42:39 +02:00
|
|
|
<intent
|
2020-04-07 07:39:50 +02:00
|
|
|
android:action="eu.kanade.tachiyomi.EXTENSIONS"
|
|
|
|
android:targetPackage="${applicationId}"
|
2017-10-28 14:44:19 +02:00
|
|
|
android:targetClass="eu.kanade.tachiyomi.ui.main.MainActivity" />
|
2017-04-04 17:42:39 +02:00
|
|
|
</shortcut>
|
|
|
|
</shortcuts>
|