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/ferrochrome_app/AndroidManifest.xml b/ferrochrome_app/AndroidManifest.xml
index d0aa62c..44c7574 100644
--- a/ferrochrome_app/AndroidManifest.xml
+++ b/ferrochrome_app/AndroidManifest.xml
@@ -9,6 +9,7 @@
<activity android:name=".FerrochromeActivity"
android:configChanges="orientation|screenSize|keyboard|keyboardHidden|navigation|uiMode"
android:screenOrientation="landscape"
+ android:resizeableActivity="false"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />