From 84b1aece4a04cb5ca69d47ef08ec7a47f4c019cf Mon Sep 17 00:00:00 2001 From: redjie Date: Tue, 31 May 2022 10:39:37 +0800 Subject: [PATCH] update photos permisson Signed-off-by: redjie Change-Id: Iaff00b28e09c4f2aab07feed901e47acb51b8f8a --- screenshot/resource/app_capture_screen_test_config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/screenshot/resource/app_capture_screen_test_config.json b/screenshot/resource/app_capture_screen_test_config.json index e37e418..50787d3 100644 --- a/screenshot/resource/app_capture_screen_test_config.json +++ b/screenshot/resource/app_capture_screen_test_config.json @@ -20,14 +20,14 @@ "app_name": "settings", "entry": "aa start -a com.ohos.settings.MainAbility -b com.ohos.settings", "all_actions": [ - [3, "shot_cmd", "settings"], [3, "cmp_cmd-level"], [3, 400, 120], [3, 400, 120], [20, 400, 80], [3, 400, 80], + [3, "shot_cmd", "settings"], [3, "cmp_cmd-level"], [3, 400, 120], [3, 400, 120], [3, 400, 80], [3, 400, 80], [3, "shot_cmd", "keyboard"], [3, "recent-x-y"], [3, "recent_del-x-y"], [3, "recent-x-y"], [3, "recent_del-x-y"], [3, "cmp_cmd-level", 200000] ] }, { "app_name": "photos", "entry": "aa start -a com.ohos.photos.MainAbility -b com.ohos.photos", - "all_actions": [[2, "permisson_ok-x-y"], [2, "permisson_ok-x-y"], [2, "recent-x-y"], [2, "recent_del-x-y"], [2, "recent-x-y"], [2, "recent_del-x-y"]] + "all_actions": [[2, "permisson_ok-x-y"], [2, "permisson_ok-x-y"], [2, "permisson_ok-x-y"], [2, "permisson_ok-x-y"], [2, "recent-x-y"], [2, "recent_del-x-y"], [2, "recent-x-y"], [2, "recent_del-x-y"]] }, { "app_name": "photos", -- Gitee