Option to disable app updates

This commit is contained in:
Koitharu
2020-03-15 16:26:31 +02:00
parent 64e17d4086
commit 402c66ae87
11 changed files with 81 additions and 38 deletions

View File

@@ -47,7 +47,7 @@
<service
android:name=".ui.download.DownloadService"
android:foregroundServiceType="dataSync" />
<service android:name=".ui.settings.UpdateService" />
<service android:name=".ui.settings.AppUpdateService" />
<provider
android:name=".ui.search.MangaSuggestionsProvider"