From 840fbdc7902749dd8cba34f80277e2847fe524b7 Mon Sep 17 00:00:00 2001 From: zhangweimin Date: Mon, 2 Mar 2026 12:42:25 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=94=B9react-native-permissi?= =?UTF-8?q?on=20=E4=B8=AD=E8=8B=B1=E6=96=87=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangweimin --- en/react-native-permissions.md | 7 +++++++ zh-cn/react-native-permissions.md | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/en/react-native-permissions.md b/en/react-native-permissions.md index 3b45e46e..a93b0efe 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 98f4a98e..35f29b83 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) ,请自由地享受和参与开源。 -- Gitee