Change shortcuts target to reader

This commit is contained in:
Koitharu
2020-12-16 08:32:57 +02:00
parent 904d12f611
commit b8d2fa69c4
5 changed files with 16 additions and 10 deletions

View File

@@ -37,7 +37,11 @@
<action android:name="${applicationId}.action.VIEW_MANGA" />
</intent-filter>
</activity>
<activity android:name="org.koitharu.kotatsu.reader.ui.ReaderActivity" />
<activity android:name="org.koitharu.kotatsu.reader.ui.ReaderActivity">
<intent-filter>
<action android:name="${applicationId}.action.READ_MANGA" />
</intent-filter>
</activity>
<activity
android:name="org.koitharu.kotatsu.search.ui.SearchActivity"
android:label="@string/search" />