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

Commit 94e65017 authored by Erik Wolsheimer's avatar Erik Wolsheimer Committed by Wale Ogunwale
Browse files

Turn on generic multi-window and multi-display in order to support Activity in virtual display

Bug: 37482466
Change-Id: I9f84e0313668339d16b1ff6f14df20d2911f4d3e
parent 091050e9
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -63,11 +63,8 @@
         Set to true for watch devices. -->
    <bool name="config_focusScrollContainersInTouchMode">true</bool>

    <!-- The small screens of watch devices makes multi-window support undesireable. -->
    <bool name="config_supportsMultiWindow">false</bool>
    <!-- Enable generic multi-window in order to support Activity in virtual display. -->
    <bool name="config_supportsMultiWindow">true</bool>
    <bool name="config_supportsMultiDisplay">true</bool>
    <bool name="config_supportsSplitScreenMultiWindow">false</bool>

    <!-- Disable Multi-Display because of small screen space and lack of external display connection
         options. -->
    <bool name="config_supportsMultiDisplay">false</bool>
</resources>