commit | 5af566d62ba88427ecc551231681500d78e6d3ac | [log] [tgz] |
---|---|---|
author | Mady Mellor <madym@google.com> | Fri Aug 30 15:07:52 2024 -0700 |
committer | Mady Mellor <madym@google.com> | Fri Aug 30 16:12:14 2024 -0700 |
tree | 9bf538c93b679bb8073e660030726cf70e73b099 | |
parent | 424524287184201e8951ee4079ed4faec7502db1 [diff] |
Add a flag for moving bubbles to fullscreen Flag: EXEMPT this is the flag Test: treehugger Bug: 363326492 Change-Id: I506f7421b2263d37259334e7cb7b0ed0e44583c3
diff --git a/libs/WindowManager/Shell/aconfig/multitasking.aconfig b/libs/WindowManager/Shell/aconfig/multitasking.aconfig index 9de10c0..470b7a2 100644 --- a/libs/WindowManager/Shell/aconfig/multitasking.aconfig +++ b/libs/WindowManager/Shell/aconfig/multitasking.aconfig
@@ -138,3 +138,10 @@ purpose: PURPOSE_BUGFIX } } + +flag { + name: "enable_bubble_to_fullscreen" + namespace: "multitasking" + description: "Enable an option to move bubbles to fullscreen" + bug: "363326492" +}