commit | 61326f153e7ce03cfb285c3e7d8032a25f44a7a5 | [log] [tgz] |
---|---|---|
author | Ats Jenk <atsjenk@google.com> | Mon May 13 23:02:33 2024 +0000 |
committer | Ats Jenk <atsjenk@google.com> | Mon May 13 23:02:33 2024 +0000 |
tree | 9576127afb655ff873e1a985af00c6d3d04e26d2 | |
parent | aa4b82889729642c7a3f4c4a5e04d64632b67b56 [diff] |
Add flag for retrievable bubbles Bug: 340337839 Change-Id: Ib34d37961378c5f86fb1bd0adc9e03b483b977df Test: NA Flag: NA
diff --git a/libs/WindowManager/Shell/aconfig/multitasking.aconfig b/libs/WindowManager/Shell/aconfig/multitasking.aconfig index fe68123..8977d5c 100644 --- a/libs/WindowManager/Shell/aconfig/multitasking.aconfig +++ b/libs/WindowManager/Shell/aconfig/multitasking.aconfig
@@ -71,3 +71,10 @@ description: "Hides the bubble overflow if there aren't any overflowed bubbles" bug: "334175587" } + +flag { + name: "enable_retrievable_bubbles" + namespace: "multitasking" + description: "Allow opening bubbles overflow UI without bubbles being visible" + bug: "340337839" +}