blob: 8019b381e56bc14e828e4d5855adb718b4cb2c4b [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 {
Yining Liu9a835c82023-10-31 01:30:23 +000018 name: "notification_async_hybrid_view_inflation"
19 namespace: "systemui"
20 description: "Inflates hybrid (single-line) notification views from the background thread."
21 bug: "217799515"
22}
23
24flag {
Ioana Alexandrufeaaa022023-10-06 11:21:48 +020025 name: "notifications_footer_view_refactor"
26 namespace: "systemui"
27 description: "Enables the refactored version of the footer view in the notification shade "
28 "(containing the \"Clear all\" button). Should not bring any behavior changes"
29 bug: "293167744"
30}
Alexander Roederer74cda602023-10-11 00:24:09 +000031
32flag {
Steve Elliott34edc352023-10-23 13:14:24 -040033 name: "notifications_icon_container_refactor"
34 namespace: "systemui"
35 description: "Enables the refactored version of the notification icon container in StatusBar, "
36 "AOD, and the notification shelf. Should not bring any behavioral changes."
37 bug: "278765923"
38}
39
40flag {
Alexander Roederer74cda602023-10-11 00:24:09 +000041 name: "notification_lifetime_extension_refactor"
42 namespace: "systemui"
43 description: "Enables moving notification lifetime extension management from SystemUI to "
44 "Notification Manager Service"
45 bug: "299448097"
46}
Ale Nijamkin2e087362023-10-18 00:29:03 +000047
48flag {
49 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 {
Brad Hinegardner5ded8022023-11-03 16:57:51 +000056 name: "keyguard_bottom_area_refactor"
57 namespace: "systemui"
58 description: "Bottom area of keyguard refactor move into KeyguardRootView. Includes "
59 "lock icon and others."
60 bug: "290652751"
61}
62
63flag {
Julia Tuttle5201be82023-10-30 17:49:30 -040064 name: "visual_interruptions_refactor"
65 namespace: "systemui"
66 description: "Enables the refactored version of the code to decide when notifications "
67 "HUN, bubble, pulse, or FSI."
68 bug: "261728888"
69}
Juan Sebastian Martineze95f996b2023-11-01 14:06:47 -070070
71flag {
72 name: "haptic_brightness_slider"
73 namespace: "systemui"
74 description: "Adds haptic feedback to the brightness slider."
75 bug: "296467915"
76}
Matt Pietal2cfc6842023-11-03 16:41:09 +000077
78flag {
79 name: "keyguard_shade_migration_nssl"
80 namespace: "systemui"
81 description: "Moves NSSL into a shared element between the notification_panel and "
82 "keyguard_root_view."
83 bug: "278054201"
84}