Terminal app doesn't need to support only landscape am: ebf4c3569c am: 8f89ac9126

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Virtualization/+/3247835

Change-Id: I87258a1b64c3b973fe8e6717d124e9c4756398d1
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/android/TerminalApp/AndroidManifest.xml b/android/TerminalApp/AndroidManifest.xml
index ed9527c..d92aa8b 100644
--- a/android/TerminalApp/AndroidManifest.xml
+++ b/android/TerminalApp/AndroidManifest.xml
@@ -9,8 +9,7 @@
         android:label="VmTerminalApp"
         android:usesCleartextTraffic="true">
         <activity android:name=".MainActivity"
-                  android:screenOrientation="landscape"
-                  android:configChanges="orientation|screenSize|keyboard|keyboardHidden|navigation|uiMode"
+                  android:configChanges="orientation|screenSize|keyboard|keyboardHidden|navigation|uiMode|screenLayout|smallestScreenSize"
                   android:exported="true">
             <intent-filter>
                 <action android:name="android.virtualization.VM_TERMINAL" />