根目录AndroidManifest.xml的内容
<?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="真实包名">
<application>
<receiver android:name="com.netease.nimlib.service.NimReceiver" android:exported="false"
android:process=":core" tools:node="remove">
<intent-filter>
<action android:name="android.net.conn.CONNECTIVITY_CHANGE" />
</intent-filter>
</receiver>
</application>
</manifest>
tangyx
- 发布:2024-12-13 09:18
- 更新:2024-12-13 09:18
- 阅读:22
0 个回复