[3.2.0][应用升级] 增加EB5设备静默升级功能

This commit is contained in:
renwj
2023-05-22 19:31:07 +08:00
parent 2aaa87b1ab
commit a8dce5d168
4 changed files with 104 additions and 15 deletions

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="com.mogo.eagle.core.utilcode.util">
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
@@ -38,6 +39,14 @@
<receiver android:name=".NetworkUtils$NetworkChangedReceiver" />
<receiver android:name=".FoTaSilentUpgradeReceiver"
android:exported="true"
tools:ignore="ExportedReceiver">
<intent-filter>
<action android:name="com.mogo.launcher.f.receiver.install_result" />
</intent-filter>
</receiver>
<activity android:name=".InstallApkSessionApi"
android:exported="true"
android:theme="@style/ActivityTranslucent"