Remove missing service from manifest

This commit is contained in:
Koitharu
2023-03-25 09:56:01 +02:00
parent 4c347862f8
commit c2508bbae8

View File

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