From 7304a16612310fa451029dbebbd3f8dcecf6fee2 Mon Sep 17 00:00:00 2001 From: xiaozuo00 Date: Thu, 20 Mar 2025 19:48:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=8F=92=E4=BB=B6=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E3=80=81=E5=8D=B8=E8=BD=BD=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xiaozuo00 --- .../basic/screenshot32/new_script/resource/acl_whitelist.json | 4 +++- 1 file changed, 3 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 62ec76b..b3a873d 100644 --- a/cases/smoke/basic/screenshot32/new_script/resource/acl_whitelist.json +++ b/cases/smoke/basic/screenshot32/new_script/resource/acl_whitelist.json @@ -146,7 +146,9 @@ "ohos.permission.START_SYSTEM_DIALOG", "ohos.permission.GET_RUNNING_INFO", "ohos.permission.CONTROL_SVC_CMD", - "ohos.permission.MANAGE_WIFI_CONNECTION" + "ohos.permission.MANAGE_WIFI_CONNECTION", + "ohos.permission.INSTALL_PLUGIN_BUNDLE", + "ohos.permission.UNINSTALL_PLUGIN_BUNDLE" ] }, { -- Gitee