Move import to service

This commit is contained in:
Koitharu
2024-04-11 18:01:28 +03:00
parent 4d7ff5f6cc
commit 09eb82ca2e
6 changed files with 77 additions and 58 deletions

View File

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