We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 293944a commit 7535360Copy full SHA for 7535360
README.md
@@ -227,6 +227,12 @@ UIUserNotificationSettings *settings = [UIUserNotificationSettings settingsForTy
227
<meta-data
228
android:name="com.netease.nim.appKey"
229
android:value="App Key" />
230
+ <!--添加新的 IPC 数据共享机制,替换不安全的多进程读写 SharedPreference-->
231
+ <provider
232
+ android:name="com.netease.nimlib.ipc.NIMContentProvider"
233
+ android:authorities="com.dowin.react.ETengPay.ipc.provider"
234
+ android:exported="false"
235
+ android:process=":core" />
236
237
```
238
0 commit comments