Option to import manga from directories #31

This commit is contained in:
Koitharu
2022-08-10 14:27:51 +03:00
parent 59a50e163f
commit 0077dc2f1c
33 changed files with 657 additions and 121 deletions

View File

@@ -137,6 +137,7 @@
android:name="org.koitharu.kotatsu.download.ui.service.DownloadService"
android:foregroundServiceType="dataSync" />
<service android:name="org.koitharu.kotatsu.local.ui.LocalChaptersRemoveService" />
<service android:name="org.koitharu.kotatsu.local.ui.ImportService" />
<service
android:name="org.koitharu.kotatsu.widget.shelf.ShelfWidgetService"
android:permission="android.permission.BIND_REMOTEVIEWS" />