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

Commit 50f8bfe5 authored by Mady Mellor's avatar Mady Mellor
Browse files

Add a flag for "create any bubble"

Part of the bubble anything project, this flag will guard the UI and
WM support needed to make creating a bubble based on an app icon  work
well.

Test: EXEMPT aconfig flag
Bug: 385220199
Change-Id: Ib695c98070852ae7bd6f8aba101c668128c1ae1a
parent 83cf5363
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -103,6 +103,13 @@ flag {
    bug: "342245211"
}

flag {
    name: "enable_create_any_bubble"
    namespace: "multitasking"
    description: "Enable UI affordances to create bubbles via launcher app icons"
    bug: "385220199"
}

flag {
    name: "only_reuse_bubbled_task_when_launched_from_bubble"
    namespace: "multitasking"