diff options
author | 2025-03-14 15:03:48 -0400 | |
---|---|---|
committer | 2025-03-14 15:03:48 -0400 | |
commit | 12eabf3152aa33f7bed3a13da38a3fbddb639b50 (patch) | |
tree | f1523f0f223f5bc97fec8b226a9b53343fb0f4a7 | |
parent | c1e17d0d54b5b260606be2ad159fc5f632a061b1 (diff) |
Add flag for Shade Header font update
Bug: 393609724
Test: EXEMPT flag creation
Flag: com.android.systemui.shade_header_fonts
Change-Id: I629c339f3e683b381f0c461c9238a440add42d61
-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 ab18612355f0..b7c97c538747 100644 --- a/packages/SystemUI/aconfig/systemui.aconfig +++ b/packages/SystemUI/aconfig/systemui.aconfig @@ -1877,6 +1877,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." |