[2.15.0] 优化安装状态监控逻辑

This commit is contained in:
renwj
2023-03-23 21:21:09 +08:00
parent 95296ab54c
commit 8f1db51bcb
2 changed files with 128 additions and 122 deletions

View File

@@ -37,11 +37,14 @@
</provider>
<receiver android:name=".NetworkUtils$NetworkChangedReceiver" />
<receiver android:name=".AppInstallReceiver"
android:exported="true">
<activity android:name=".InstallApkSessionApi"
android:exported="true"
android:theme="@style/ActivityTranslucent"
android:launchMode="singleTask">
<intent-filter>
<action android:name="com.mogo.launcher.f.action.SESSION_API_PACKAGE_INSTALLED" />
</intent-filter>
</receiver>
</activity>
</application>
</manifest>