[3.2.0][应用升级] 增加EB5设备静默升级功能
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user