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

Commit 0fe96176 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Desks: Add flag to exclude desk roots from hide systembars policy" into main

parents eeab7d36 623349d4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -172,6 +172,9 @@ public enum DesktopExperienceFlags {
            Flags.FLAG_ENABLE_REJECT_HOME_TRANSITION),
    ENABLE_RESTART_MENU_FOR_CONNECTED_DISPLAYS(Flags::enableRestartMenuForConnectedDisplays, true,
            Flags.FLAG_ENABLE_RESTART_MENU_FOR_CONNECTED_DISPLAYS),
    ENABLE_RESTRICT_FREEFORM_HIDDEN_SYSTEM_BARS_TO_FILLING_TASKS(
            Flags::restrictFreeformHiddenSystemBarsToFillingTasks, false,
            Flags.FLAG_RESTRICT_FREEFORM_HIDDEN_SYSTEM_BARS_TO_FILLING_TASKS),
    ENABLE_SEE_THROUGH_TASK_FRAGMENTS(Flags::enableSeeThroughTaskFragments,
            true, Flags.FLAG_ENABLE_SEE_THROUGH_TASK_FRAGMENTS),
    ENABLE_SIZE_COMPAT_MODE_IMPROVEMENTS_FOR_CONNECTED_DISPLAYS(
+10 −0
Original line number Diff line number Diff line
@@ -707,6 +707,16 @@ flag {
    bug: "408521020"
}

flag {
    name: "restrict_freeform_hidden_system_bars_to_filling_tasks"
    namespace: "lse_desktop_experience"
    description: "Only allow filling freeform tasks to hide the system bars"
    bug: "415267515"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "keyboard_shortcuts_to_switch_desks"
    namespace: "lse_desktop_experience"