From 15f4352490361782079de701579ee02fcbf8959c Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Mon, 19 Aug 2019 14:16:26 +0200 Subject: [PATCH] Even if it shoudln't be necessary as it is the default value, this allows the app to be resized in Dex mode --- app/src/main/AndroidManifest.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index b130588a6..5edce8866 100755 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -61,6 +61,7 @@ android:label="@string/app_name" android:largeHeap="true" android:roundIcon="@mipmap/ic_launcher_round" + android:resizeableActivity="true" android:theme="@style/LinphoneStyleLight"> @@ -176,7 +177,6 @@ android:name=".call.CallActivity" android:launchMode="singleTop" android:showWhenLocked="true" - android:resizeableActivity="true" android:supportsPictureInPicture="true"/>