From 0ad7f27ff1ac7cf1a35ea3d543a8f048fa57c1b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9F=A6=E5=9B=BD=E5=BA=86?= Date: Wed, 12 Mar 2025 10:22:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Eohos.permission.CONNECT=5FDIS?= =?UTF-8?q?TRIBUTED=5FEXTENSION=E6=9D=83=E9=99=90?= 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..27632e1 100644 --- a/cases/smoke/basic/screenshot32/new_script/resource/acl_whitelist.json +++ b/cases/smoke/basic/screenshot32/new_script/resource/acl_whitelist.json @@ -185,7 +185,8 @@ "ohos.permission.MANAGE_MISSIONS", "ohos.permission.MANAGE_WIFI_CONNECTION", "ohos.permission.MONITOR_DEVICE_NETWORK_STATE", - "ohos.permission.START_INVISIBLE_ABILITY" + "ohos.permission.START_INVISIBLE_ABILITY", + "ohos.permission.CONNECT_DISTRIBUTED_EXTENSION" ] }, { -- Gitee