diff options
author | 2025-03-17 12:00:41 -0400 | |
---|---|---|
committer | 2025-03-17 14:59:47 -0400 | |
commit | a21db62e089eea651609fe6791eb00f85eeb757c (patch) | |
tree | 1cf96d38145cfec19236e58cea011c42562e80c7 | |
parent | c7ed4da1d71e538241d889adc3dac3e916e026e7 (diff) |
[icon] icon_refresh_2025 build-time flag
This shoud be appropriate for resource flagging
Bug: 391605373
Flag: EXEMPT it _is_ a flag
Test: compile
Change-Id: I061de3e47894ac147c9094550a6b070fda5b3ff1
-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 a4852d26ffe2..ded27148fa0b 100644 --- a/packages/SystemUI/aconfig/systemui.aconfig +++ b/packages/SystemUI/aconfig/systemui.aconfig @@ -533,6 +533,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 " |