CtsVerifier / Camera format test: Remove the fixed screen orientation property.

This property has been set on the camera format activity since 2012, before foldables existed. When
operating in multi-window mode, the app will not remain in one orientation and so this property has
no effect. We need the activity to be recreated in order to correctly display the camera preview,
which does not happen with this property set. Therefore removing it seems to be the right course of
action.

Bug: 205503901
Test: Ran camera format activity in all screen orientations / folded and unfolded.
Change-Id: Ia1e9985f1e39a4716d95723dc02d7c5fd9d81b11
1 file changed