Commit c5ef5a58 by YKai

feat: 针对应用宝提出的问题,云信隐私合规整改

parent e6584dc9
<?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.yidianling.im"
android:installLocation="auto">
......@@ -101,11 +102,8 @@
<receiver
android:name="com.netease.nimlib.service.NimReceiver"
android:exported="false"
tools:node="remove"
android:process=":core">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
</intent-filter>
</receiver>
<!-- 云信进程间通信receiver -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment