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

Commit f8bddc80 authored by Ats Jenk's avatar Ats Jenk
Browse files

Add a new flag for desktop mode proto 2

Add a new system property flag to enable desktop windowing prototype 2
behavior.

Bug: 260271148
Test: mp sysuig
Change-Id: I6b5d34bb5e77980e2f1fda7abb6073b7426ea19b
parent 6303152e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -352,6 +352,12 @@ object Flags {
    // TODO(b/256873975): Tracking Bug
    @JvmField @Keep val WM_BUBBLE_BAR = unreleasedFlag(1111, "wm_bubble_bar")

    // TODO(b/260271148): Tracking bug
    @Keep
    @JvmField
    val WM_DESKTOP_WINDOWING_2 =
        sysPropBooleanFlag(1112, "persist.wm.debug.desktop_mode_2", default = false)

    // 1200 - predictive back
    @Keep
    @JvmField