2017-04-04 11:42:39 -04:00
|
|
|
<shortcuts xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
|
|
<shortcut
|
|
|
|
android:enabled="true"
|
2020-04-07 17:01:42 -04:00
|
|
|
android:icon="@drawable/sc_collections_bookmark_48dp"
|
2017-04-04 11:42:39 -04:00
|
|
|
android:shortcutDisabledMessage="@string/app_not_available"
|
|
|
|
android:shortcutId="show_library"
|
|
|
|
android:shortcutLongLabel="@string/label_library"
|
|
|
|
android:shortcutShortLabel="@string/label_library">
|
|
|
|
<intent
|
|
|
|
android:action="eu.kanade.tachiyomi.SHOW_LIBRARY"
|
2017-10-28 08:44:19 -04:00
|
|
|
android:targetClass="eu.kanade.tachiyomi.ui.main.MainActivity" />
|
2017-04-04 11:42:39 -04:00
|
|
|
</shortcut>
|
|
|
|
<shortcut
|
|
|
|
android:enabled="true"
|
2020-02-23 22:03:34 -05:00
|
|
|
android:icon="@drawable/sc_new_releases_48dp"
|
2017-04-04 11:42:39 -04:00
|
|
|
android:shortcutDisabledMessage="@string/app_not_available"
|
|
|
|
android:shortcutId="show_recently_updated"
|
|
|
|
android:shortcutLongLabel="@string/label_recent_updates"
|
|
|
|
android:shortcutShortLabel="@string/short_recent_updates">
|
|
|
|
<intent
|
|
|
|
android:action="eu.kanade.tachiyomi.SHOW_RECENTLY_UPDATED"
|
2017-10-28 08:44:19 -04:00
|
|
|
android:targetClass="eu.kanade.tachiyomi.ui.main.MainActivity" />
|
2017-04-04 11:42:39 -04:00
|
|
|
</shortcut>
|
|
|
|
<shortcut
|
|
|
|
android:enabled="true"
|
2020-02-23 22:03:34 -05:00
|
|
|
android:icon="@drawable/sc_history_48dp"
|
2017-04-04 11:42:39 -04:00
|
|
|
android:shortcutDisabledMessage="@string/app_not_available"
|
|
|
|
android:shortcutId="show_recently_read"
|
|
|
|
android:shortcutLongLabel="@string/label_recent_manga"
|
|
|
|
android:shortcutShortLabel="@string/label_recent_manga">
|
|
|
|
<intent
|
|
|
|
android:action="eu.kanade.tachiyomi.SHOW_RECENTLY_READ"
|
2017-10-28 08:44:19 -04:00
|
|
|
android:targetClass="eu.kanade.tachiyomi.ui.main.MainActivity" />
|
2017-04-04 11:42:39 -04:00
|
|
|
</shortcut>
|
|
|
|
<shortcut
|
|
|
|
android:enabled="true"
|
|
|
|
android:icon="@drawable/sc_explore_48dp"
|
|
|
|
android:shortcutDisabledMessage="@string/app_not_available"
|
|
|
|
android:shortcutId="show_catalogues"
|
2020-04-27 19:16:46 -04:00
|
|
|
android:shortcutLongLabel="@string/browse"
|
|
|
|
android:shortcutShortLabel="@string/browse">
|
2017-04-04 11:42:39 -04:00
|
|
|
<intent
|
|
|
|
android:action="eu.kanade.tachiyomi.SHOW_CATALOGUES"
|
2017-10-28 08:44:19 -04:00
|
|
|
android:targetClass="eu.kanade.tachiyomi.ui.main.MainActivity" />
|
2017-04-04 11:42:39 -04:00
|
|
|
</shortcut>
|
|
|
|
</shortcuts>
|