From 630e28b45a0d3377b06a5ec2c0267e84eba88c8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E8=BE=9B=E6=9C=AA?= Date: Mon, 11 Sep 2023 10:54:48 +0000 Subject: [PATCH] add calendardata to apl whitelist MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 黄辛未 --- cases/smoke/basic/screenshot32/APL_compare_03/temp.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cases/smoke/basic/screenshot32/APL_compare_03/temp.json b/cases/smoke/basic/screenshot32/APL_compare_03/temp.json index 15eb949..828e691 100644 --- a/cases/smoke/basic/screenshot32/APL_compare_03/temp.json +++ b/cases/smoke/basic/screenshot32/APL_compare_03/temp.json @@ -70,6 +70,10 @@ { "bundle&processName":"com.ohos.notificationdialog", "apl":"2" + }, + { + "bundle&processName":"com.ohos.calendardata", + "apl":"3" } ] \ No newline at end of file -- Gitee