From afe5c6159536695c45bf29ac9194385cf5fd50d8 Mon Sep 17 00:00:00 2001 From: wei-guoqing1 Date: Mon, 1 Sep 2025 20:48:54 +0800 Subject: [PATCH] =?UTF-8?q?mechbody=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wei-guoqing1 --- .../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 8648dfe..094bd11 100644 --- a/cases/smoke/basic/screenshot32/new_script/resource/acl_whitelist.json +++ b/cases/smoke/basic/screenshot32/new_script/resource/acl_whitelist.json @@ -357,5 +357,11 @@ "acls": [ "ohos.permission.HIVIEW_TRACE_MANAGE" ] + }, + { + "processName": "mechbody", + "acls": [ + "ohos.permission.INJECT_INPUT_EVENT" + ] } ] -- Gitee