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
This commit is contained in:
Jerry Chang
2021-05-07 07:49:54 +00:00
committed by Baligh Uddin
parent 31eaf452ad
commit 0adba8aafa

View File

@@ -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>