blob: 2509cfd4af40c9eec604fbd2538e3f0582cfd0ea [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}
Alexander Roederer74cda602023-10-11 00:24:09 +000024
25flag {
26 name: "notification_lifetime_extension_refactor"
27 namespace: "systemui"
28 description: "Enables moving notification lifetime extension management from SystemUI to "
29 "Notification Manager Service"
30 bug: "299448097"
31}