tangyx
tangyx
  • 发布:2024-12-13 09:18
  • 更新:2024-12-13 09:18
  • 阅读:22

我想移除原生插件的一个recevier,通过根目录下创建的AndroidManifest.xml文件,但是最终打包还是存在,请问是什么问题

分类:uni-app

根目录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>

2024-12-13 09:18 负责人:无 分享
已邀请:

要回复问题请先登录注册