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:
committed by
Baligh Uddin
parent
31eaf452ad
commit
0adba8aafa
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user