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

Commit 00acaba0 authored by mattsziklay's avatar mattsziklay Committed by Matt Sziklay
Browse files

[Desktop Windowing] Define feature flag for additional windows layering changes.

Will allow additional windows tied to a window decor (handle menu, potentially multi-instance menu) to be layered above status bar, preventing input from being taken from these windows.

Bug: 316186265
Test: m
Change-Id: I886619aee3a41df663ad8387a45c1120dda0f032
parent f5362cff
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -71,3 +71,10 @@ flag {
    description: "Enables quick switch for desktop mode"
    bug: "338066529"
}

flag {
    name: "enable_additional_windows_above_status_bar"
    namespace: "lse_desktop_experience"
    description: "Allows for additional windows tied to WindowDecoration to be layered between status bar and notification shade."
    bug: "316186265"
}