update:2019.12.03

fix:
add:app强制弹窗更新
This commit is contained in:
2019-12-10 17:14:21 +08:00
parent 2653b91e70
commit ad7128d9ee
7 changed files with 100 additions and 16 deletions

View File

@@ -70,11 +70,12 @@
android:name=".receiver.AppManagerReceiver"
android:enabled="true"
android:exported="true">
<intent-filter android:priority="1000">
<intent-filter android:priority="10000">
<action android:name="android.intent.action.PACKAGE_ADDED" />
<action android:name="android.intent.action.PACKAGE_REPLACED" />
<action android:name="android.intent.action.PACKAGE_REMOVED" />
<action android:name="android.intent.action.USER_PRESENT" />
<action android:name="android.intent.action.BATTERY_CHANGED" />
<data android:scheme="package" />
</intent-filter>
</receiver>