diff options
| -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 5b28048616cd..c1f786826922 100644 --- a/packages/SystemUI/aconfig/systemui.aconfig +++ b/packages/SystemUI/aconfig/systemui.aconfig @@ -1879,3 +1879,10 @@ flag { description: "Implement the depth push scaling effect on the current app when users pull down shade." bug: "370560660" } + +flag { + name: "expanded_privacy_indicators_on_large_screen" + namespace: "systemui" + description: "Larger privacy indicators on large screen" + bug: "381864715" +} |