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:
parent
35d9141ae3
commit
15f4352490
1 changed files with 1 additions and 1 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Reference in a new issue