blob: 8f350a7ecb3e435ad9374e078c7499b67ad89a4e [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 {
AndrĂ¡s Kurucz3e88b352023-11-06 13:48:09 +000049 name: "notifications_live_data_store_refactor"
50 namespace: "systemui"
51 description: "Replaces NotifLiveDataStore with ActiveNotificationListRepository, and updates consumers. "
52 "Should not bring any behavior changes."
53 bug: "308623704"
54}
55
56flag {
Ale Nijamkin2e087362023-10-18 00:29:03 +000057 name: "scene_container"
58 namespace: "systemui"
59 description: "Enables the scene container framework go/flexiglass."
60 bug: "283121968"
61}
Julia Tuttle5201be82023-10-30 17:49:30 -040062
63flag {
Brad Hinegardner5ded8022023-11-03 16:57:51 +000064 name: "keyguard_bottom_area_refactor"
65 namespace: "systemui"
66 description: "Bottom area of keyguard refactor move into KeyguardRootView. Includes "
67 "lock icon and others."
68 bug: "290652751"
69}
70
71flag {
Beverly96b3e592023-11-08 15:32:58 +000072 name: "device_entry_udfps_refactor"
73 namespace: "systemui"
74 description: "Refactoring device entry UDFPS icon to use modern architecture and "
75 "consolidating it with the lock/unlock icon to create a combined DeviceEntryIconView"
76 bug: "279440316"
77}
78
79flag {
Julia Tuttle5201be82023-10-30 17:49:30 -040080 name: "visual_interruptions_refactor"
81 namespace: "systemui"
82 description: "Enables the refactored version of the code to decide when notifications "
83 "HUN, bubble, pulse, or FSI."
84 bug: "261728888"
85}
Juan Sebastian Martineze95f996b2023-11-01 14:06:47 -070086
87flag {
88 name: "haptic_brightness_slider"
89 namespace: "systemui"
90 description: "Adds haptic feedback to the brightness slider."
91 bug: "296467915"
92}
Matt Pietal2cfc6842023-11-03 16:41:09 +000093
94flag {
95 name: "keyguard_shade_migration_nssl"
96 namespace: "systemui"
97 description: "Moves NSSL into a shared element between the notification_panel and "
98 "keyguard_root_view."
99 bug: "278054201"
100}