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

Commit dabcb179 authored by Liran Binyamin's avatar Liran Binyamin Committed by Android (Google) Code Review
Browse files

Merge "Create flag for reusing bubbled tasks" into main

parents 9e52da7c 93059166
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
# proto-file: build/make/tools/aconfig/aconfig_protos/protos/aconfig.proto

package: "com.android.wm.shell"
package: "com.android.wm.shell"
container: "system"
container: "system"


@@ -99,3 +101,13 @@ flag {
    description: "Enable UI affordances to put other content into a bubble"
    description: "Enable UI affordances to put other content into a bubble"
    bug: "342245211"
    bug: "342245211"
}
}

flag {
    name: "only_reuse_bubbled_task_when_launched_from_bubble"
    namespace: "multitasking"
    description: "Allow reusing bubbled tasks for new activities only when launching from bubbles"
    bug: "328229865"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}