diff options
| author | 2025-01-24 13:49:52 -0800 | |
|---|---|---|
| committer | 2025-01-24 13:49:52 -0800 | |
| commit | 0bf4c09ee0890ba1a89a1a2c9147f7e5297aa7f1 (patch) | |
| tree | 60febf23d85b52c7b86907b702d1b2268d815fbd | |
| parent | 9eef750bcfa1ecc48e9307617ae58b9eb7d4c524 (diff) | |
| parent | b4c46063d0e8037a8b76ddea4ed4ca62921ab00e (diff) | |
Merge "Add systemui.aconfig flag: notification_bundle_ui" into main
| -rw-r--r-- | packages/SystemUI/aconfig/systemui.aconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig index 7cf83135c237..a92df8026715 100644 --- a/packages/SystemUI/aconfig/systemui.aconfig +++ b/packages/SystemUI/aconfig/systemui.aconfig @@ -237,6 +237,13 @@ flag { } flag { + name: "notification_bundle_ui" + namespace: "systemui" + description: "Three-level group UI for notification bundles" + bug: "367996732" +} + +flag { name: "notification_background_tint_optimization" namespace: "systemui" description: "Re-enable the codepath that removed tinting of notifications when the" |