diff options
| -rw-r--r-- | packages/SystemUI/aconfig/systemui.aconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig index c52a89c9b05e..f940c726f9a1 100644 --- a/packages/SystemUI/aconfig/systemui.aconfig +++ b/packages/SystemUI/aconfig/systemui.aconfig @@ -209,3 +209,12 @@ flag { description: "Enable special visual and haptic effects for quick settings tiles with long-press actions" bug: "229856884" } + +flag { + name: "status_bar_static_inout_indicators" + namespace: "systemui" + description: "(Upstream request) Always show the network activity inout indicators and " + "prefer using alpha to distinguish network activity." + bug: "310715220" +} + |