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

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

Merge "Turn off generic multi-window and multi-display."

parents 9ef4af8b a73063d5
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -64,9 +64,8 @@
         Set to true for watch devices. -->
    <bool name="config_focusScrollContainersInTouchMode">true</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_supportsMultiWindow">false</bool>
    <bool name="config_supportsMultiDisplay">false</bool>
    <bool name="config_supportsSplitScreenMultiWindow">false</bool>

     <!-- Default Gravity setting for the system Toast view. Equivalent to: Gravity.CENTER -->