blob: 18117a890298807c8df42e918f22b049111dab6b [file] [log] [blame]
Ned Burns6d480c32023-08-28 12:12:19 -04001package: "com.android.systemui"
Dave Mankofff6a791e2023-07-31 18:03:34 +00002
3flag {
4 name: "example_flag"
5 namespace: "systemui"
6 description: "An Example Flag"
7 bug: "292511372"
Dave Mankoff818186b2023-10-02 17:31:07 +00008}
9
10flag {
11 name: "sysui_teamfood"
12 namespace: "systemui"
13 description: "Enables all the sysui classic flags that are marked as being in teamfood"
14 bug: "302578396"
15}
Ioana Alexandrufeaaa022023-10-06 11:21:48 +020016
17flag {
18 name: "notifications_footer_view_refactor"
19 namespace: "systemui"
20 description: "Enables the refactored version of the footer view in the notification shade "
21 "(containing the \"Clear all\" button). Should not bring any behavior changes"
22 bug: "293167744"
23}