From 5f32ffa9421450d86a2934e5ae075651fbb0299e Mon Sep 17 00:00:00 2001 From: cxm <2232044018@qq.com> Date: Fri, 9 May 2025 02:26:07 +0000 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=A4=9A=E6=A8=A1=E8=BF=87?= =?UTF-8?q?=E6=BB=A4=E5=99=A8=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: cxm <2232044018@qq.com> --- .../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 b91d0cd..96a4189 100644 --- a/cases/smoke/basic/screenshot32/new_script/resource/acl_whitelist.json +++ b/cases/smoke/basic/screenshot32/new_script/resource/acl_whitelist.json @@ -288,7 +288,8 @@ "processName": "resource_schedule_service", "acls": [ "ohos.permission.MANAGE_WIFI_CONNECTION", - "ohos.permission.MANAGE_RGM" + "ohos.permission.MANAGE_RGM", + "ohos.permission.FILTER_INPUT_EVENT" ] }, { -- Gitee