Ferrochrome doesn't support split window
Bug: 349206762
Bug: 353618076
Test: run ferrochrome and the window handle on the top is not shown
Change-Id: I0f95a0a92df7ccaad265926eb28708b309b5ae9a
diff --git a/vmlauncher_app/AndroidManifest.xml b/vmlauncher_app/AndroidManifest.xml
index f39e53b..dcdc630 100644
--- a/vmlauncher_app/AndroidManifest.xml
+++ b/vmlauncher_app/AndroidManifest.xml
@@ -13,6 +13,7 @@
android:screenOrientation="landscape"
android:configChanges="orientation|screenSize|keyboard|keyboardHidden|navigation|uiMode"
android:theme="@style/MyTheme"
+ android:resizeableActivity="false"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />