diff --git a/changelog.d/4811.feature b/changelog.d/4811.feature new file mode 100644 index 0000000000..e113078f21 --- /dev/null +++ b/changelog.d/4811.feature @@ -0,0 +1 @@ +Enabling native support for window resizing \ No newline at end of file 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" /> -