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

Commit c468191e authored by Tracy Zhou's avatar Tracy Zhou
Browse files

Add flag to enable taskbar on phones

Bug: 348007377
Test: N/A
Flag: com.android.wm.shell.enable_taskbar_on_phones
Change-Id: I0d6ede2ebb1d6dd4ef7eb04ab77cb295c7c2d1f3
parent 6f794560
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -121,3 +121,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "enable_taskbar_on_phones"
    namespace: "multitasking"
    description: "Enables taskbar on phones"
    bug: "348007377"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}