1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-03-14 14:48:53 +00:00

Fix Reader workload crash when asked for local file access

Certain devices will ask for local file access permissions immediately on app launch.
This commit is contained in:
James Hartley 2016-05-10 11:22:02 +01:00
parent a0e3bafbf0
commit adf272fa1b
2 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ public class UiAutomation extends UxPerfUiAutomation {
public void runUiAutomation() throws Exception {
parameters = getParams();
confirmAccess();
dismissWelcomeView();
gesturesTest();
editPhotoColorTest();