From d95765f9624cc1c5ac98533a87257f1b253f9e53 Mon Sep 17 00:00:00 2001 From: guoxiangjun <10622541+carolprincess@user.noreply.gitee.com> Date: Thu, 22 May 2025 19:01:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E7=BB=9C=E9=A2=86=E8=88=AA=E5=91=98?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: guoxiangjun --- .../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 96a4189..1d634d5 100644 --- a/cases/smoke/basic/screenshot32/new_script/resource/acl_whitelist.json +++ b/cases/smoke/basic/screenshot32/new_script/resource/acl_whitelist.json @@ -149,7 +149,8 @@ "ohos.permission.MANAGE_WIFI_CONNECTION", "ohos.permission.INSTALL_PLUGIN_BUNDLE", "ohos.permission.UNINSTALL_PLUGIN_BUNDLE", - "ohos.permission.HIVIEW_TRACE_MANAGE" + "ohos.permission.HIVIEW_TRACE_MANAGE", + "ohos.permission.NETWORK_SIMULATE" ] }, { -- Gitee