Delete local chapters in a service

This commit is contained in:
Koitharu
2022-04-19 16:04:24 +03:00
parent cbd3d439cd
commit e63ae12c8c
8 changed files with 149 additions and 32 deletions

View File

@@ -102,6 +102,7 @@
<service
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.widget.shelf.ShelfWidgetService"
android:permission="android.permission.BIND_REMOTEVIEWS" />