From 7eb83301b3a7a674593979db119c51993fce578c Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Thu, 13 Jan 2022 17:27:13 +0000 Subject: [PATCH] enabling resizable activities which should in turn allow desktop mode android to resize windows --- vector/src/main/AndroidManifest.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vector/src/main/AndroidManifest.xml b/vector/src/main/AndroidManifest.xml index 14796f9d2e..b3f845d8c5 100644 --- a/vector/src/main/AndroidManifest.xml +++ b/vector/src/main/AndroidManifest.xml @@ -76,6 +76,7 @@ android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:networkSecurityConfig="@xml/network_security_config" + android:resizeableActivity="true" android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/Theme.Vector.Light" @@ -400,7 +401,8 @@ android:value="androidx.startup" tools:node="remove" /> -