From 5de1a175a7e4ed106e74924f4a42420f3302fb74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E6=B5=9A=E4=BA=88?= Date: Wed, 12 Mar 2025 02:22:53 +0000 Subject: [PATCH] add wifi permission MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 孙浚予 --- .../basic/screenshot32/new_script/resource/acl_whitelist.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 a86838b..bb1ec27 100644 --- a/cases/smoke/basic/screenshot32/new_script/resource/acl_whitelist.json +++ b/cases/smoke/basic/screenshot32/new_script/resource/acl_whitelist.json @@ -145,7 +145,8 @@ "ohos.permission.CLEAN_APPLICATION_DATA", "ohos.permission.START_SYSTEM_DIALOG", "ohos.permission.GET_RUNNING_INFO", - "ohos.permission.CONTROL_SVC_CMD" + "ohos.permission.CONTROL_SVC_CMD", + "ohos.permission.MANAGE_WIFI_CONNECTION" ] }, { -- Gitee