diff options
author | 2025-03-14 14:39:04 -0700 | |
---|---|---|
committer | 2025-03-14 14:39:04 -0700 | |
commit | c9ed17d4f12540c24840a07eeae11371e2c84a29 (patch) | |
tree | 28aec23e0c7c0437765266f59b22ca4394fe2e79 | |
parent | 4302e6ec866d7b0e3bc615e405c212b3c30ab4fd (diff) | |
parent | 12eabf3152aa33f7bed3a13da38a3fbddb639b50 (diff) |
Merge "Add flag for Shade Header font update" 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 1c37687a6eb8..83eb9631f1e3 100644 --- a/packages/SystemUI/aconfig/systemui.aconfig +++ b/packages/SystemUI/aconfig/systemui.aconfig @@ -1856,6 +1856,13 @@ flag { } flag { + name: "shade_header_fonts" + namespace: "systemui" + description: "Updates the fonts of the shade header" + bug: "393609724" +} + +flag { name: "keyboard_shortcut_helper_shortcut_customizer" namespace: "systemui" description: "An implementation of shortcut customizations through shortcut helper." |