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

Change-Id: Ia3d5bf805c5926aabfcb6f8b94066b58acabf1c6
Merged-In: Ia3d5bf805c5926aabfcb6f8b94066b58acabf1c6
This commit is contained in:
pashalee
2023-02-15 11:56:40 +08:00
committed by Pasha Lee
parent 9d2413c996
commit 64b1944756

View File

@@ -37,7 +37,6 @@
</activity>
<activity android:label="Camera2CtsActivity"
android:name="Camera2SurfaceViewActivity"
android:screenOrientation="landscape"
android:configChanges="keyboardHidden|orientation|screenSize">
</activity>
</application>