From 77fa193847e9842d8ad9d3f1835b342fa0f2c6d5 Mon Sep 17 00:00:00 2001 From: liuzhongming Date: Sat, 22 Feb 2025 16:11:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=B0=83=E7=94=A8=E6=80=BB?= =?UTF-8?q?=E7=BA=BF=E9=80=9A=E9=81=93=E6=9D=83=E9=99=90=20Signed-off-by:?= =?UTF-8?q?=20liuzhongming=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../screenshot32/new_script/resource/acl_whitelist.json | 6 ++++++ 1 file changed, 6 insertions(+) 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 a61aea6..33f45e5 100644 --- a/cases/smoke/basic/screenshot32/new_script/resource/acl_whitelist.json +++ b/cases/smoke/basic/screenshot32/new_script/resource/acl_whitelist.json @@ -322,5 +322,11 @@ "acls": [ "ohos.permission.ACCESS_SCREEN_LOCK_INNER" ] + }, + { + "processName": "device_manager", + "acls": [ + "ohos.permission.MANAGE_SOFTBUS_NETWORK" + ] } ] -- Gitee