From 1b78aeb703f7d78523ebe40ed0c007d1629744b6 Mon Sep 17 00:00:00 2001 From: liyongxiang Date: Mon, 9 Dec 2024 20:03:43 +0800 Subject: [PATCH] =?UTF-8?q?acl=E6=96=B0=E5=A2=9EMANAGE=5FRGM=E6=9D=83?= =?UTF-8?q?=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liyongxiang --- .../basic/screenshot32/new_script/resource/acl_whitelist.json | 1 + 1 file changed, 1 insertion(+) diff --git a/cases/smoke/basic/screenshot32/new_script/resource/acl_whitelist.json b/cases/smoke/basic/screenshot32/new_script/resource/acl_whitelist.json index 949a01e..05a64e9 100644 --- a/cases/smoke/basic/screenshot32/new_script/resource/acl_whitelist.json +++ b/cases/smoke/basic/screenshot32/new_script/resource/acl_whitelist.json @@ -4,6 +4,7 @@ "acls": [ "ohos.permission.DUMP", "ohos.permission.GET_WIFI_PEERS_MAC", + "ohos.permission.MANAGE_RGM", "ohos.permission.MANAGE_WIFI_CONNECTION" ] }, -- Gitee