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

Commit c57e7319 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 am: fca0aa5e

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

Change-Id: I32db8eb6266bbd314a857cb733377a7976fea126
parents c768ab4e fca0aa5e
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>