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

Commit a73063d5 authored by Dan Aminzade's avatar Dan Aminzade
Browse files

Turn off generic multi-window and multi-display.

This was used for an Activity in a virtual display as an alternative to ActivityView on O/G, but now that ActivityView is back it is the preferred approach.

Bug: 111277046
Change-Id: I0b1ca1826d487bec321cb5bed80ca79600c6bced
(cherry picked from commit 438d0077373a5bfdcd628f4f081cb7ee5f87f929)
parent 9b3803f4
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 -->