From 6064df66cdd70dbff2d82de14c00df8d554d5e2f Mon Sep 17 00:00:00 2001 From: xionglei Date: Wed, 27 Nov 2024 15:26:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=83=E9=99=90=E9=99=8D=E7=BA=A7=20?= =?UTF-8?q?=EF=BC=88cherry=20picked=20commit=20from=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- systemres/main/module.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemres/main/module.json b/systemres/main/module.json index bd062ffa..6dd82842 100644 --- a/systemres/main/module.json +++ b/systemres/main/module.json @@ -1299,7 +1299,7 @@ { "name": "ohos.permission.GET_WIFI_PEERS_MAC", "grantMode": "system_grant", - "availableLevel": "system_core", + "availableLevel": "system_basic", "since": 8, "deprecated": "", "provisionEnable": true, -- Gitee