Even if it shoudln't be necessary as it is the default value, this allows the app to be resized in Dex mode

This commit is contained in:
Sylvain Berfini 2019-08-19 14:16:26 +02:00
parent 35d9141ae3
commit 15f4352490

View file

@ -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">
<!-- Starting activities -->
@ -176,7 +177,6 @@
android:name=".call.CallActivity"
android:launchMode="singleTop"
android:showWhenLocked="true"
android:resizeableActivity="true"
android:supportsPictureInPicture="true"/>
<!-- Assistant activities -->