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

Commit 8343f3f9 authored by Kazuki Takise's avatar Kazuki Takise
Browse files

Create a flag for restart menu for CD

Some UI/UX specs are still under discussion, but they can be
adjusted later. As this feature is needed soon for CD launch, or
at least useful for manual testing, we'd like to start the
development of this feature behind the flag now.

Flag: EXEMPT adding flag
Bug: 397804287
Test: m
Change-Id: I14defec8200c9c1b567b0218030277d14d41664b
parent 4d1f7dba
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -906,3 +906,10 @@ flag {
    description: "Enables the desktop-first mode switching logic based on its form factor."
    description: "Enables the desktop-first mode switching logic based on its form factor."
    bug: "394736817"
    bug: "394736817"
}
}

flag {
    name: "enable_restart_menu_for_connected_displays"
    namespace: "lse_desktop_experience"
    description: "Enable restart menu UI, which is shown when an app moves between displays."
    bug: "397804287"
}