summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Mady Mellor <madym@google.com> 2025-02-06 10:20:50 -0800
committer Mady Mellor <madym@google.com> 2025-02-07 17:06:31 -0800
commit2b344e14209c4b3f62abd9e9bed77c23c100950e (patch)
tree904e55b46542938ec1ba062965a6060f608d9c8c
parent77e7b2771f7477fcf4f2cc3cf7bc77b1b5be8a65 (diff)
Add a flag for prototyping bubble bar on phones
Flag: com.android.wm.shell.enable_bubble_bar_on_phones Test: treehugger Bug: 394869612 Change-Id: I1ca9300a1be7fcdd94f534145560c8a2174136bf
-rw-r--r--libs/WindowManager/Shell/aconfig/multitasking.aconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/WindowManager/Shell/aconfig/multitasking.aconfig b/libs/WindowManager/Shell/aconfig/multitasking.aconfig
index 13d0169c47c5..a08f88a5b937 100644
--- a/libs/WindowManager/Shell/aconfig/multitasking.aconfig
+++ b/libs/WindowManager/Shell/aconfig/multitasking.aconfig
@@ -177,3 +177,10 @@ flag {
description: "Factor task-view state tracking out of taskviewtransitions"
bug: "384976265"
}
+
+flag {
+ name: "enable_bubble_bar_on_phones"
+ namespace: "multitasking"
+ description: "Try out bubble bar on phones"
+ bug: "394869612"
+}