Search history and suggestion

This commit is contained in:
Koitharu
2020-02-23 14:08:48 +02:00
parent 95ec1251c0
commit d7eebcd795
4 changed files with 36 additions and 0 deletions

View File

@@ -41,6 +41,9 @@
<service android:name=".ui.download.DownloadService" />
<provider
android:name=".domain.search.MangaSuggestionsProvider"
android:authorities="${applicationId}.MangaSuggestionsProvider" />
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}.files"