From f53001645c45a723046d76e92e7001bac21a9805 Mon Sep 17 00:00:00 2001 From: lee Date: Mon, 4 Mar 2024 11:33:13 +0800 Subject: [PATCH] add GET_NEARLINK_PEER_MAC permission Signed-off-by: lee --- systemres/main/config.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/systemres/main/config.json b/systemres/main/config.json index c0b1a456..a73d6787 100644 --- a/systemres/main/config.json +++ b/systemres/main/config.json @@ -3031,6 +3031,15 @@ "provisionEnable": true, "distributedSceneEnable": false }, + { + "name": "ohos.permission.GET_NEARLINK_PEER_MAC", + "grantMode": "system_grant", + "availableLevel": "system_basic", + "since": 12, + "deprecated": "", + "provisionEnable": true, + "distributedSceneEnable": false + }, { "name": "ohos.permission.ACCESS_PROTOCOL_DFX_DATA", "grantMode": "system_grant", -- Gitee