diff --git a/en/react-native-permissions.md b/en/react-native-permissions.md index 3b45e46e3a25972e50045882b4aec0a1d766d951..a93b0efe08c87258b7c9cbadabc440d98ce8646f 100644 --- a/en/react-native-permissions.md +++ b/en/react-native-permissions.md @@ -470,6 +470,13 @@ The permission is granted to the application if the user selects **Always allow* ## Others +1. Device discovery and connection + + Starting from API 13, the original "Bluetooth", "Starflash", and "Multi-Device Collaboration" permission groups will no longer be used. The relevant permissions will be uniformly authorized and operated through the "Device Discovery and Connection" permission group. + * ohos.permission.ACCESS_BLUETOOTH + * ohos.permission.ACCESS_NEARLINK + * ohos.permission.DISTRIBUTED_DATASYNC + ## License This project is licensed under [The MIT License (MIT)](https://github.com/zoontek/react-native-permissions/blob/master/LICENSE). diff --git a/zh-cn/react-native-permissions.md b/zh-cn/react-native-permissions.md index 98f4a98e3d200d20310017f2efca87fff54bdf0c..35f29b8372da410e47199074f67d256d66713e7a 100644 --- a/zh-cn/react-native-permissions.md +++ b/zh-cn/react-native-permissions.md @@ -477,6 +477,13 @@ ohos.permission.LOCATION_IN_BACKGROUND 允许应用在后台运行时获取设 ## 其他 +1. 设备发现和连接 + + 从API 13开始,原有的“蓝牙”、“星闪”、“多设备协同”权限组不再使用,相关权限将通过“设备发现和连接”权限组统一授权和操作。 + * ohos.permission.ACCESS_BLUETOOTH + * ohos.permission.ACCESS_NEARLINK + * ohos.permission.DISTRIBUTED_DATASYNC + ## 开源协议 本项目基于 [The MIT License (MIT)](https://github.com/zoontek/react-native-permissions/blob/master/LICENSE) ,请自由地享受和参与开源。