Restore backups in background

This commit is contained in:
Koitharu
2025-02-03 17:14:30 +02:00
parent c37f795dac
commit 008f2d705a
14 changed files with 1195 additions and 914 deletions

View File

@@ -280,6 +280,10 @@
<service
android:name="org.koitharu.kotatsu.local.ui.LocalIndexUpdateService"
android:label="@string/local_manga_processing" />
<service
android:name="org.koitharu.kotatsu.settings.backup.RestoreService"
android:foregroundServiceType="dataSync"
android:label="@string/restore_backup" />
<service
android:name="org.koitharu.kotatsu.local.ui.ImportService"
android:foregroundServiceType="dataSync"