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

Commit ce7e3e3a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Turn on generic multi-window and multi-display in order to support...

Merge "Turn on generic multi-window and multi-display in order to support Activity in virtual display" into oc-dev
parents 97960fbf 94e65017
Loading
Loading
Loading
Loading
+3 −6
Original line number Original line Diff line number Diff line
@@ -63,11 +63,8 @@
         Set to true for watch devices. -->
         Set to true for watch devices. -->
    <bool name="config_focusScrollContainersInTouchMode">true</bool>
    <bool name="config_focusScrollContainersInTouchMode">true</bool>


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