aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-11-04 23:37:34 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-11-04 23:37:34 +0000
commit8a5e71ad0138ba188173b77ff45992a314035caa (patch)
treeea878727087b79a47cac45bca5e0d4c90fa1b6a1
parent01b8e3e9b291b0893ab0663eb76a3de1bff87a82 (diff)
parent7988ab8a2e3097a9e1980f31bbc30836d7492bfb (diff)
downloadv4l2_codec2-8a5e71ad0138ba188173b77ff45992a314035caa.tar.gz
Merge "tests: add "keepScreenOn" flag at E2E test activity"
-rw-r--r--tests/c2_e2e_test/res/layout/main_activity.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/c2_e2e_test/res/layout/main_activity.xml b/tests/c2_e2e_test/res/layout/main_activity.xml
index be9191e..668aa0c 100644
--- a/tests/c2_e2e_test/res/layout/main_activity.xml
+++ b/tests/c2_e2e_test/res/layout/main_activity.xml
@@ -8,6 +8,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:keepScreenOn="true"
android:orientation="vertical"
android:background="@android:color/darker_gray"
tools:context="org.chromium.c2.test.E2eTestActivity">