App udpate activity #880

This commit is contained in:
Koitharu
2024-05-15 18:20:35 +03:00
parent e25ccf6b25
commit 3691db8e8e
9 changed files with 385 additions and 144 deletions

View File

@@ -245,6 +245,9 @@
<activity
android:name="org.koitharu.kotatsu.alternatives.ui.AlternativesActivity"
android:label="@string/alternatives" />
<activity
android:name="org.koitharu.kotatsu.settings.about.AppUpdateActivity"
android:label="@string/app_update_available" />
<service
android:name="androidx.work.impl.foreground.SystemForegroundService"
@@ -357,13 +360,6 @@
android:name="android.appwidget.provider"
android:resource="@xml/widget_recent" />
</receiver>
<receiver
android:name="org.koitharu.kotatsu.settings.about.UpdateDownloadReceiver"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.DOWNLOAD_COMPLETE" />
</intent-filter>
</receiver>
<receiver
android:name="org.koitharu.kotatsu.core.ErrorReporterReceiver"
android:exported="false">