update:2020.10.21
fix:安装卸载功能兼容安卓10 add:
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user