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

Commit 703a44ab authored by Eghosa Ewansiha-Vlachavas's avatar Eghosa Ewansiha-Vlachavas Committed by Android (Google) Code Review
Browse files

Merge "[0/n] Add bug fix flag for handling incompatible tasks in DMLPM" into main

parents 3b60f083 8fdc4eb5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -228,6 +228,9 @@ public enum DesktopExperienceFlags {
            Flags.FLAG_FORCE_CLOSE_TOP_TRANSPARENT_FULLSCREEN_TASK),
    FORM_FACTOR_BASED_DESKTOP_FIRST_SWITCH(Flags::formFactorBasedDesktopFirstSwitch, true,
            Flags.FLAG_FORM_FACTOR_BASED_DESKTOP_FIRST_SWITCH),
    HANDLE_INCOMPATIBLE_TASKS_IN_DESKTOP_LAUNCH_PARAMS(
            Flags::handleIncompatibleTasksInDesktopLaunchParams, false,
            Flags.FLAG_HANDLE_INCOMPATIBLE_TASKS_IN_DESKTOP_LAUNCH_PARAMS),
    PRESERVE_RECENTS_TASK_CONFIGURATION_ON_RELAUNCH(
            Flags::preserveRecentsTaskConfigurationOnRelaunch, true,
            Flags.FLAG_PRESERVE_RECENTS_TASK_CONFIGURATION_ON_RELAUNCH),
+11 −0
Original line number Diff line number Diff line
@@ -1298,6 +1298,17 @@ flag {
    is_fixed_read_only: true
}

flag {
    name: "handle_incompatible_tasks_in_desktop_launch_params"
    namespace: "lse_desktop_experience"
    description: "Forces incompatible tasks opening in desktop to be fullscreen via the desktop /n"
                 "mode launch params modifier."
    bug: "423860499"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "include_top_transparent_fullscreen_task_in_desktop_heuristic"
    namespace: "lse_desktop_experience"