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

Commit fca0aa5e authored by Jerry Chang's avatar Jerry Chang Committed by Automerger Merge Worker
Browse files

Update the default value of use legacy split config am: 0adba8aa

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14637425

Change-Id: I88ec8fa1ede8f551ea613d7ff3d0eccc66193b43
parents cb93f26f 0adba8aa
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>