Ned Burns | 6d480c3 | 2023-08-28 12:12:19 -0400 | [diff] [blame] | 1 | package: "com.android.systemui" |
Dave Mankoff | f6a791e | 2023-07-31 18:03:34 +0000 | [diff] [blame] | 2 | |
| 3 | flag { |
| 4 | name: "example_flag" |
| 5 | namespace: "systemui" |
| 6 | description: "An Example Flag" |
| 7 | bug: "292511372" |
Dave Mankoff | 818186b | 2023-10-02 17:31:07 +0000 | [diff] [blame] | 8 | } |
| 9 | |
| 10 | flag { |
| 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 Alexandru | feaaa02 | 2023-10-06 11:21:48 +0200 | [diff] [blame] | 16 | |
| 17 | flag { |
| 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 Roederer | 74cda60 | 2023-10-11 00:24:09 +0000 | [diff] [blame] | 24 | |
| 25 | flag { |
Steve Elliott | 34edc35 | 2023-10-23 13:14:24 -0400 | [diff] [blame] | 26 | 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 | |
| 33 | flag { |
Alexander Roederer | 74cda60 | 2023-10-11 00:24:09 +0000 | [diff] [blame] | 34 | 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 Nijamkin | 2e08736 | 2023-10-18 00:29:03 +0000 | [diff] [blame] | 40 | |
| 41 | flag { |
Yining Liu | b7c5e22 | 2023-10-19 17:19:25 +0000 | [diff] [blame] | 42 | 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 | |
| 48 | flag { |
Ale Nijamkin | 2e08736 | 2023-10-18 00:29:03 +0000 | [diff] [blame] | 49 | name: "scene_container" |
| 50 | namespace: "systemui" |
| 51 | description: "Enables the scene container framework go/flexiglass." |
| 52 | bug: "283121968" |
| 53 | } |
Julia Tuttle | 5201be8 | 2023-10-30 17:49:30 -0400 | [diff] [blame] | 54 | |
| 55 | flag { |
| 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 | } |
Juan Sebastian Martinez | e95f996b | 2023-11-01 14:06:47 -0700 | [diff] [blame] | 62 | |
| 63 | flag { |
| 64 | name: "haptic_brightness_slider" |
| 65 | namespace: "systemui" |
| 66 | description: "Adds haptic feedback to the brightness slider." |
| 67 | bug: "296467915" |
| 68 | } |