diff options
| author | 2023-12-15 16:06:24 +0000 | |
|---|---|---|
| committer | 2023-12-15 16:06:24 +0000 | |
| commit | 01a6b968eaeeea67915de1c36fca5888daa47799 (patch) | |
| tree | 795c950d00f2cf9caeab2c10e64f5efe326968a9 | |
| parent | 26c72cb56c9817ae8d56dc0ba22e54c0cd4c824a (diff) | |
| parent | 69d026390dbde836915877f6938f5157f39b4273 (diff) | |
Merge "Add aconfig flag for notifications autogroup summary icon updates" into main
| -rw-r--r-- | services/core/java/com/android/server/notification/flags.aconfig | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/services/core/java/com/android/server/notification/flags.aconfig b/services/core/java/com/android/server/notification/flags.aconfig index da017453ed8b..55d8a0fd1fa1 100644 --- a/services/core/java/com/android/server/notification/flags.aconfig +++ b/services/core/java/com/android/server/notification/flags.aconfig @@ -33,4 +33,11 @@ flag { namespace: "systemui" description: "This flag controls the vibrate while unlocked setting of polite notifications" bug: "270456865" -}
\ No newline at end of file +} + +flag { + name: "autogroup_summary_icon_update" + namespace: "systemui" + description: "This flag controls the fix for notifications autogroup summary icon updates" + bug: "227693160" +} |