aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDavid Stevens <stevensd@google.com>2020-08-27 01:15:24 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2020-08-27 01:15:24 +0000
commit565b51116c067bd6b139f99a559360b6bc4059dc (patch)
tree4c2f84bda2e3aff29f2cba09006ece08ec520c58 /tests
parent776b2ad37f78ab914e8eaa0cc6f1ec2d39e90055 (diff)
parentb9bf2f9db8ced540963c9cbe02452948809f1c0c (diff)
downloadv4l2_codec2-565b51116c067bd6b139f99a559360b6bc4059dc.tar.gz
Merge "c2_e2e_test: update E2eTestActivity theme" into rvc-dev
Diffstat (limited to 'tests')
-rw-r--r--tests/c2_e2e_test/AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/c2_e2e_test/AndroidManifest.xml b/tests/c2_e2e_test/AndroidManifest.xml
index 3898348..e167cb5 100644
--- a/tests/c2_e2e_test/AndroidManifest.xml
+++ b/tests/c2_e2e_test/AndroidManifest.xml
@@ -19,7 +19,8 @@
android:allowBackup="false"
android:label="@string/app_name">
<activity android:name=".E2eTestActivity"
- android:launchMode="singleTop">
+ android:launchMode="singleTop"
+ android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />