File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ UIUserNotificationSettings *settings = [UIUserNotificationSettings settingsForTy
212212 <permission
213213 android:name="com.im.demo.permission.RECEIVE_MSG"
214214 android:protectionLevel="signature"/>
215- <!-- 接收 SDK 消息广播权限, 第三方 APP 接入时,请将 com.netease.nim .demo 替换为自己的包名 -->
215+ <!-- 接收 SDK 消息广播权限, 第三方 APP 接入时,请将 com.im .demo 替换为自己的包名 -->
216216 <uses-permission android:name="com.im.demo.permission.RECEIVE_MSG"/>
217217 <!-- 小米推送 -->
218218 <permission
@@ -230,7 +230,7 @@ UIUserNotificationSettings *settings = [UIUserNotificationSettings settingsForTy
230230 <!--添加新的 IPC 数据共享机制,替换不安全的多进程读写 SharedPreference-->
231231 <provider
232232 android:name="com.netease.nimlib.ipc.NIMContentProvider"
233- android:authorities="com.dowin.react.ETengPay .ipc.provider"
233+ android:authorities="com.im.demo .ipc.provider"
234234 android:exported="false"
235235 android:process=":core" />
236236
You can’t perform that action at this time.
0 commit comments