From 54bdc1881b28e80d8ef49e51ed9ab6815c47b060 Mon Sep 17 00:00:00 2001 From: wei-guoqing1 Date: Tue, 2 Sep 2025 11:21:20 +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 107ea37..a582772 100644 --- a/cases/smoke/basic/screenshot32/new_script/resource/acl_whitelist.json +++ b/cases/smoke/basic/screenshot32/new_script/resource/acl_whitelist.json @@ -363,5 +363,11 @@ "acls": [ "ohos.permission.HIVIEW_TRACE_MANAGE" ] + }, + { + "processName": "mechbody", + "acls": [ + "ohos.permission.INJECT_INPUT_EVENT" + ] } ] -- Gitee