Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0adba8aa authored by Jerry Chang's avatar Jerry Chang Committed by Baligh Uddin
Browse files

Update the default value of use legacy split config

Update use legacy split config to false to indicate using new split.

Bug: 187041611
Test: flash and check launch adjacent flag triggers staged split
parent 31eaf452
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3552,8 +3552,8 @@
    -->
    <integer name="config_largeScreenSmallestScreenWidthDp">600</integer>

    <!-- True if the device is using leagacy split. -->
    <bool name="config_useLegacySplit">true</bool>
    <!-- True if the device is using legacy split. -->
    <bool name="config_useLegacySplit">false</bool>

    <!-- True if the device supports running activities on secondary displays. -->
    <bool name="config_supportsMultiDisplay">true</bool>