Lock screen orientation of CapturedActivity

Lock screen orientation of CapturedActivity to current orientation
instead of locking it to portrait.

Bug: 34126139
Change-Id: I4b4301cb8da1c5e2d5358001b95b50d13d1a31b1
diff --git a/tests/tests/view/AndroidManifest.xml b/tests/tests/view/AndroidManifest.xml
index 43a448a..e0d8371 100644
--- a/tests/tests/view/AndroidManifest.xml
+++ b/tests/tests/view/AndroidManifest.xml
@@ -251,7 +251,7 @@
 
         <activity android:name="android.view.cts.surfacevalidator.CapturedActivity"
             android:configChanges="orientation|screenSize"
-            android:screenOrientation="portrait"
+            android:screenOrientation="locked"
             android:theme="@style/WhiteBackgroundTheme">
             <intent-filter>
                 <action android:name="android.intent.action.MAIN" />