1***@qq.com
1***@qq.com
  • 发布:2022-08-25 16:06
  • 更新:2022-08-25 18:03
  • 阅读:170

安卓推送配置

分类:uni-app

最开始项目使用了unipush,然后添加了华为的推送通道,后来因为项目原因不需要推送了,又将推送模块给关闭了,但是现在打包之后交给验收方检测,还是检测出来华为的一些推送配置,我想请问一下有什么办法在打包的时候不要添加这些配置代码吗?
检测出来的权限代码示例:
service android:exported="true" android:name="com.igexin.sdk.GService"android:process=":pushservice"
service android:directBootAware="true" android:enabled="true"android:exported="true"android:name="com.huawei.hms.support.api.push.service.HmsMsgService"android:process=":pushservice"

activity android:excludeFromRecents="true" android:exported="true"android:name="com.igexin.sdk.GActivity" android:process=":pushservice"android:taskAffinity="" android:theme="@android:01030010"

2022-08-25 16:06 负责人:无 分享
已邀请:
DCloud_Android_THB

DCloud_Android_THB

反选push模块

要回复问题请先登录注册