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

Commit 8fdc4eb5 authored by Eghosa Ewansiha-Vlachavas's avatar Eghosa Ewansiha-Vlachavas
Browse files

[0/n] Add bug fix flag for handling incompatible tasks in DMLPM

Flag: com.android.window.flags.handle_incompatible_tasks_in_desktop_launch_params
Bug: 423860499
Test: m
Change-Id: Iebb96c84b216cab54becb9c4fab1c2c5ce1ee464
parent 2dddf3d5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -226,6 +226,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
@@ -1288,6 +1288,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"