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

Commit 1c4d37d9 authored by Maryam Dehaini's avatar Maryam Dehaini
Browse files

Add new aconfig flag to enable fullscreen window controls

Test: m
Bug: 411673197
Flag: com.android.window.flags.enable_fullscreen_window_controls
Change-Id: I0ecfcd72a8e98ac9e7262a5a22c67cc67007d0ab
parent ca6c36f9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -143,6 +143,8 @@ public enum DesktopExperienceFlags {
            Flags.FLAG_ENABLE_FREEFORM_BOX_SHADOWS),
    ENABLE_FREEFORM_DISPLAY_LAUNCH_PARAMS(Flags::enableFreeformDisplayLaunchParams, true,
            Flags.FLAG_ENABLE_FREEFORM_DISPLAY_LAUNCH_PARAMS),
    ENABLE_FULLSCREEN_WINDOW_CONTROLS(Flags::enableFullscreenWindowControls, false,
            Flags.FLAG_ENABLE_FULLSCREEN_WINDOW_CONTROLS),
    ENABLE_INDEPENDENT_BACK_IN_PROJECTED(Flags::enableIndependentBackInProjected, true,
            Flags.FLAG_ENABLE_INDEPENDENT_BACK_IN_PROJECTED),
    ENABLE_KEYBOARD_SHORTCUTS_TO_SWITCH_DESKS(Flags::keyboardShortcutsToSwitchDesks, true,
+7 −0
Original line number Diff line number Diff line
@@ -756,6 +756,13 @@ flag {
    }
}

flag {
    name: "enable_fullscreen_window_controls"
    namespace: "lse_desktop_experience"
    description: "Enables fullscreen window app header."
    bug: "411673197"
}

flag {
    name: "enable_fully_immersive_in_desktop"
    namespace: "lse_desktop_experience"