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
This commit is contained in:
pashalee
2023-02-15 11:56:40 +08:00
parent 47f95034d2
commit a77272016c

View File

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