Skip to content
Snippets Groups Projects
Commit 6e496ec2 authored by David Stevens's avatar David Stevens Committed by Automerger Merge Worker
Browse files

c2_e2e_test: ignore configuration changes am: d49af917

Original change: https://android-review.googlesource.com/c/platform/external/v4l2_codec2/+/1893475

Change-Id: I100cb04f0af3c2f40258074da2f083779b16eb07
parents 98d279af d49af917
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
android:label="@string/app_name"> android:label="@string/app_name">
<activity android:name=".E2eTestActivity" <activity android:name=".E2eTestActivity"
android:launchMode="singleTop" android:launchMode="singleTop"
android:configChanges="orientation|screenSize|screenLayout"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen"> android:theme="@android:style/Theme.NoTitleBar.Fullscreen">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.MAIN" /> <action android:name="android.intent.action.MAIN" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment