diff options
| author | 2025-01-23 08:15:13 -0800 | |
|---|---|---|
| committer | 2025-01-23 08:15:13 -0800 | |
| commit | b4c46063d0e8037a8b76ddea4ed4ca62921ab00e (patch) | |
| tree | 237f801468ffb2836e3fddbd9588c8d6ff85a68b | |
| parent | d9d05f15daf483f68a3c409469904f8b4bd09eeb (diff) | |
Add systemui.aconfig flag: notification_bundle_ui
Flag for three-level group UI for notification bundles
Bug: 391680205
Change-Id: I5deaa9c928d094bda8988a4de4337d23dff206a1
Test: EXEMPT new flag def
Flag: com.android.systemui.notification_bundle_ui
| -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 d8d1a74448c5..ade6c14ca8b7 100644 --- a/packages/SystemUI/aconfig/systemui.aconfig +++ b/packages/SystemUI/aconfig/systemui.aconfig @@ -227,6 +227,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" |