diff options
author | 2025-03-17 20:10:38 -0700 | |
---|---|---|
committer | 2025-03-17 20:10:38 -0700 | |
commit | 578a571d3d8dcebb1c705dc18dd36749adbf1669 (patch) | |
tree | 769984ff89eed15de336fac7ecbdd67227e69600 | |
parent | 483768d275d4046033e6c000083d42e22e357f59 (diff) | |
parent | a21db62e089eea651609fe6791eb00f85eeb757c (diff) |
Merge "[icon] icon_refresh_2025 build-time flag" into main
-rw-r--r-- | packages/SystemUI/aconfig/systemui.aconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig index 685c689b6c28..7800a5059092 100644 --- a/packages/SystemUI/aconfig/systemui.aconfig +++ b/packages/SystemUI/aconfig/systemui.aconfig @@ -542,6 +542,14 @@ flag { } flag { + name: "icon_refresh_2025" + namespace: "systemui" + description: "Build time flag for 2025 icon refresh" + bug: "391605373" + is_fixed_read_only: true +} + +flag { name: "promote_notifications_automatically" namespace: "systemui" description: "Flag to automatically turn certain notifications into promoted notifications so " |