update:2020.10.21

fix:安装卸载功能兼容安卓10
add:
This commit is contained in:
2020-10-21 18:49:52 +08:00
parent 08d8c0bef4
commit 446de37ef5
13 changed files with 292 additions and 38 deletions

View File

@@ -71,7 +71,8 @@
<receiver
android:name=".receiver.AppManagerReceiver"
android:enabled="true"
android:exported="true">
android:exported="true"
android:permission="com.example.broadcast.permission">
<intent-filter android:priority="1000">
<action android:name="android.intent.action.PACKAGE_ADDED" />
<action android:name="android.intent.action.PACKAGE_REPLACED" />
@@ -205,7 +206,10 @@
<category android:name="com.appstore.uiui" />
</intent-filter>
</receiver> <!-- Required . Enable it you can get statistics data with channel -->
</receiver>
<receiver android:name=".receiver.InstallResultReceiver"
android:enabled="true"
android:exported="true"/> <!-- Required . Enable it you can get statistics data with channel -->
<meta-data
android:name="JPUSH_CHANNEL"
android:value="developer-default" />