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

Commit 907425c9 authored by Sergey Pinkevich's avatar Sergey Pinkevich
Browse files

Add flag for Launcher to handle go home keyboard shortcut

Bug: 427579352
Flag: com.android.window.flags.enable_launcher_handle_go_home_keyboard_shortcut
Test: NA
Change-Id: Ia0334e2d03b0afd1c1781bd7ba790869549380a9
parent 590bf354
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -1061,6 +1061,16 @@ flag {
    bug: "406740557"
}

flag {
    name: "enable_launcher_handle_go_home_keyboard_shortcut"
    namespace: "lse_desktop_experience"
    description: "Enables handling the go home keyboard shortcut on the Launcher side."
    bug: "427579352"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "enable_minimize_button"
    namespace: "lse_desktop_experience"