From 2eaeb4e0405239cd91dbac2ec01b101ac199da3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=89=E2=80=87=E2=80=89=20=E2=80=82=E2=80=83=E2=80=84?= =?UTF-8?q?=E2=80=85=E2=80=86=E2=80=88=E2=80=8B=E3=80=80=E2=81=A0=E3=80=80?= =?UTF-8?q?=20=20=20=20=20=20=20=20=20=20=20=20=E2=81=A0=20=20=20=C3=85n?= =?UTF-8?q?=CC=B6t=CC=B6hia=C2=AF=E2=82=A3ab=CC=B7r=CC=B7=CE=B5=20=20?= =?UTF-8?q?=E2=9A=9C?= <193328+antifarben@users.noreply.github.com> Date: Mon, 2 Nov 2020 23:28:12 +0100 Subject: [PATCH] make mattermost resizeable on Android DeX #3427 (#4936) https://github.com/mattermost/mattermost-mobile/issues/3427 --- android/app/src/main/AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index d95808743..6b31fd313 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -19,6 +19,7 @@ android:theme="@style/AppTheme" android:installLocation="auto" android:networkSecurityConfig="@xml/network_security_config" + android:resizeableActivity="true" android:requestLegacyExternalStorage="true" >