blob: 8eff9bfcf099352859ba47969c112bb91b17fc97 [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 {
Steve Elliott34edc352023-10-23 13:14:24 -040026 name: "notifications_icon_container_refactor"
27 namespace: "systemui"
28 description: "Enables the refactored version of the notification icon container in StatusBar, "
29 "AOD, and the notification shelf. Should not bring any behavioral changes."
30 bug: "278765923"
31}
32
33flag {
Alexander Roederer74cda602023-10-11 00:24:09 +000034 name: "notification_lifetime_extension_refactor"
35 namespace: "systemui"
36 description: "Enables moving notification lifetime extension management from SystemUI to "
37 "Notification Manager Service"
38 bug: "299448097"
39}
Ale Nijamkin2e087362023-10-18 00:29:03 +000040
41flag {
Yining Liub7c5e222023-10-19 17:19:25 +000042 name: "notification_async_hybrid_view_inflation"
43 namespace: "systemui"
44 description: "Inflates the hybrid (single-line) notification views form the background thread."
45 bug: "217799515"
46}
47
48flag {
Ale Nijamkin2e087362023-10-18 00:29:03 +000049 name: "scene_container"
50 namespace: "systemui"
51 description: "Enables the scene container framework go/flexiglass."
52 bug: "283121968"
53}
Julia Tuttle5201be82023-10-30 17:49:30 -040054
55flag {
56 name: "visual_interruptions_refactor"
57 namespace: "systemui"
58 description: "Enables the refactored version of the code to decide when notifications "
59 "HUN, bubble, pulse, or FSI."
60 bug: "261728888"
61}