summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpashalee <pashalee@google.com>2023-02-15 11:56:40 +0800
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-29 02:03:47 +0000
commit2a1d155324c15865d7b87f9f76da4fa8226b5490 (patch)
tree1fc3aaaeaa62578d08e41160144761c8daf71ac3
parente1324e3f1feae21a6278c2945ca0bba66341bd60 (diff)
downloadbase-2a1d155324c15865d7b87f9f76da4fa8226b5490.tar.gz
Remove orientation restriction from Camera2SurfaceViewActivity
We need this change because some devices are setup in portrait mode to test. Test: run stress tests testVideoSnapshot and testTakePicture Bug: 269054609 Bug: 269054476 Bug: 269052637 Bug: 269053061 (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:64b1944756c55709b3a1f49800dcc817eba71b95) Merged-In: Ia3d5bf805c5926aabfcb6f8b94066b58acabf1c6 Change-Id: Ia3d5bf805c5926aabfcb6f8b94066b58acabf1c6
-rw-r--r--media/tests/MediaFrameworkTest/AndroidManifest.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/media/tests/MediaFrameworkTest/AndroidManifest.xml b/media/tests/MediaFrameworkTest/AndroidManifest.xml
index 33872ed63b89..0da5de75548c 100644
--- a/media/tests/MediaFrameworkTest/AndroidManifest.xml
+++ b/media/tests/MediaFrameworkTest/AndroidManifest.xml
@@ -37,7 +37,6 @@
</activity>
<activity android:label="Camera2CtsActivity"
android:name="Camera2SurfaceViewActivity"
- android:screenOrientation="landscape"
android:configChanges="keyboardHidden|orientation|screenSize">
</activity>
</application>