Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 642e1827 authored by Jan Lanik's avatar Jan Lanik
Browse files

Feature Flag for expanded Privacy Indicators

Adding the flag for expanded privacy indicators.

Flag: NONE This is a flag definition
Test: This is a flag definition
Bug: b/381866049
Change-Id: Ie39e2882e996c5ecb32806d234e67f33b7298501
parent e761adc7
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -1889,3 +1889,10 @@ flag {
    description: "Implement the depth push scaling effect on the current app when users pull down shade."
    description: "Implement the depth push scaling effect on the current app when users pull down shade."
    bug: "370560660"
    bug: "370560660"
}
}

flag {
    name: "expanded_privacy_indicators_on_large_screen"
    namespace: "systemui"
    description: "Larger privacy indicators on large screen"
    bug: "381864715"
}