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:
@@ -41,7 +41,6 @@
|
|||||||
</activity>
|
</activity>
|
||||||
<activity android:label="Camera2CtsActivity"
|
<activity android:label="Camera2CtsActivity"
|
||||||
android:name="Camera2SurfaceViewActivity"
|
android:name="Camera2SurfaceViewActivity"
|
||||||
android:screenOrientation="landscape"
|
|
||||||
android:configChanges="keyboardHidden|orientation|screenSize"
|
android:configChanges="keyboardHidden|orientation|screenSize"
|
||||||
android:showWhenLocked="true"
|
android:showWhenLocked="true"
|
||||||
android:turnScreenOn="true"
|
android:turnScreenOn="true"
|
||||||
|
|||||||
Reference in New Issue
Block a user