软件内版本检测更新

This commit is contained in:
2024-10-26 06:02:30 +08:00
parent ed66f15be7
commit e38c36aa2c
4 changed files with 150 additions and 0 deletions

View File

@@ -52,6 +52,13 @@
<data android:mimeType="image/*" />
</intent-filter>
</activity>
<receiver
android:name=".model.ApkInstallReceiver"
android:exported="false">
<intent-filter>
<action android:name="android.intent.action.DOWNLOAD_COMPLETE" />
</intent-filter>
</receiver>
<service
android:name=".MyFirebaseMessagingService"