aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
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" />