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

Commit e3dbcb7e authored by Michael Kwan's avatar Michael Kwan Committed by android-build-merger
Browse files

Disable multiwindow support for watch devices by default. am: 1cb6777e am: 620a33b8

am: 4c5d4dd6

Change-Id: I8bb789fee47c5b14612ac29ea43fd8ae4e4a7ea5
parents 17d807b7 4c5d4dd6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -62,4 +62,7 @@
         ListView/GridView are notably absent since this is their default anyway.
         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>
</resources>