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 { |
Yining Liu | 6ed11b9 | 2024-01-18 18:01:51 +0800 | [diff] [blame] | 18 | name: "notification_async_group_header_inflation" |
| 19 | namespace: "systemui" |
| 20 | description: "Inflates the notification group summary header views from the background thread." |
| 21 | bug: "217799515" |
| 22 | } |
| 23 | |
| 24 | flag { |
Yining Liu | 9a835c8 | 2023-10-31 01:30:23 +0000 | [diff] [blame] | 25 | name: "notification_async_hybrid_view_inflation" |
| 26 | namespace: "systemui" |
| 27 | description: "Inflates hybrid (single-line) notification views from the background thread." |
| 28 | bug: "217799515" |
| 29 | } |
| 30 | |
| 31 | flag { |
Ioana Alexandru | feaaa02 | 2023-10-06 11:21:48 +0200 | [diff] [blame] | 32 | name: "notifications_footer_view_refactor" |
| 33 | namespace: "systemui" |
| 34 | description: "Enables the refactored version of the footer view in the notification shade " |
| 35 | "(containing the \"Clear all\" button). Should not bring any behavior changes" |
| 36 | bug: "293167744" |
| 37 | } |
Alexander Roederer | 74cda60 | 2023-10-11 00:24:09 +0000 | [diff] [blame] | 38 | |
| 39 | flag { |
Steve Elliott | 34edc35 | 2023-10-23 13:14:24 -0400 | [diff] [blame] | 40 | name: "notifications_icon_container_refactor" |
| 41 | namespace: "systemui" |
| 42 | description: "Enables the refactored version of the notification icon container in StatusBar, " |
| 43 | "AOD, and the notification shelf. Should not bring any behavioral changes." |
| 44 | bug: "278765923" |
| 45 | } |
| 46 | |
| 47 | flag { |
Nick Chameyev | 8ea0f4c | 2023-10-20 18:09:50 +0100 | [diff] [blame] | 48 | name: "notifications_hide_on_display_switch" |
| 49 | namespace: "systemui" |
| 50 | description: "Temporary hides notifications when folding/unfolding to reduce unfold latency" |
| 51 | bug: "293824309" |
| 52 | } |
| 53 | |
| 54 | flag { |
András Kurucz | 305199f | 2023-12-18 18:31:34 +0000 | [diff] [blame] | 55 | name: "notifications_improved_hun_animation" |
| 56 | namespace: "systemui" |
| 57 | description: "Adds a translateY animation, and other improvements to match the motion specs of the HUN Intro + Outro animations." |
| 58 | bug: "243302608" |
| 59 | } |
| 60 | |
| 61 | flag { |
András Kurucz | 3e88b35 | 2023-11-06 13:48:09 +0000 | [diff] [blame] | 62 | name: "notifications_live_data_store_refactor" |
| 63 | namespace: "systemui" |
| 64 | description: "Replaces NotifLiveDataStore with ActiveNotificationListRepository, and updates consumers. " |
| 65 | "Should not bring any behavior changes." |
| 66 | bug: "308623704" |
| 67 | } |
| 68 | |
| 69 | flag { |
Jeff DeCew | b811f00 | 2024-01-25 17:21:55 +0000 | [diff] [blame] | 70 | name: "nssl_falsing_fix" |
| 71 | namespace: "systemui" |
| 72 | description: "Minor touch changes to prevent falsing errors in NSSL" |
| 73 | bug: "316551193" |
| 74 | metadata { |
| 75 | purpose: PURPOSE_BUGFIX |
| 76 | } |
| 77 | } |
| 78 | |
| 79 | flag { |
Andreas Miko | 644f950 | 2023-12-12 17:40:21 +0100 | [diff] [blame] | 80 | name: "refactor_get_current_user" |
| 81 | namespace: "systemui" |
| 82 | description: "KeyguardUpdateMonitor.getCurrentUser() was providing outdated results." |
| 83 | bug: "305984787" |
| 84 | } |
| 85 | |
| 86 | flag { |
Lyn | 20c6506 | 2023-11-13 20:34:03 +0000 | [diff] [blame] | 87 | name: "notification_throttle_hun" |
| 88 | namespace: "systemui" |
| 89 | description: "During notification avalanche, throttle HUNs showing in fast succession." |
| 90 | bug: "307288824" |
| 91 | } |
| 92 | |
| 93 | flag { |
Lyn | 06388cc | 2024-01-18 22:17:50 +0000 | [diff] [blame] | 94 | name: "notification_avalanche_suppression" |
| 95 | namespace: "systemui" |
| 96 | description: "After notification avalanche floodgate event, suppress HUNs completely." |
| 97 | bug: "321089634" |
| 98 | } |
| 99 | |
| 100 | flag { |
Jeff DeCew | 74e8d43 | 2023-11-29 19:34:19 +0000 | [diff] [blame] | 101 | name: "notification_background_tint_optimization" |
| 102 | namespace: "systemui" |
| 103 | description: "Re-enable the codepath that removed tinting of notifications when the" |
| 104 | " standard background color is desired. This was the behavior before we discovered" |
| 105 | " a resources threading issue, which we worked around by tinting the notification" |
| 106 | " backgrounds and footer buttons." |
Jeff DeCew | b45610e | 2024-01-31 20:46:03 +0000 | [diff] [blame] | 107 | bug: "294830092" |
Jeff DeCew | 74e8d43 | 2023-11-29 19:34:19 +0000 | [diff] [blame] | 108 | } |
| 109 | |
| 110 | flag { |
Ale Nijamkin | 2e08736 | 2023-10-18 00:29:03 +0000 | [diff] [blame] | 111 | name: "scene_container" |
| 112 | namespace: "systemui" |
| 113 | description: "Enables the scene container framework go/flexiglass." |
| 114 | bug: "283121968" |
| 115 | } |
Julia Tuttle | 5201be8 | 2023-10-30 17:49:30 -0400 | [diff] [blame] | 116 | |
| 117 | flag { |
Brad Hinegardner | 5ded802 | 2023-11-03 16:57:51 +0000 | [diff] [blame] | 118 | name: "keyguard_bottom_area_refactor" |
| 119 | namespace: "systemui" |
| 120 | description: "Bottom area of keyguard refactor move into KeyguardRootView. Includes " |
| 121 | "lock icon and others." |
| 122 | bug: "290652751" |
| 123 | } |
| 124 | |
| 125 | flag { |
Beverly | 96b3e59 | 2023-11-08 15:32:58 +0000 | [diff] [blame] | 126 | name: "device_entry_udfps_refactor" |
| 127 | namespace: "systemui" |
| 128 | description: "Refactoring device entry UDFPS icon to use modern architecture and " |
| 129 | "consolidating it with the lock/unlock icon to create a combined DeviceEntryIconView" |
| 130 | bug: "279440316" |
| 131 | } |
| 132 | |
| 133 | flag { |
Julia Tuttle | 5201be8 | 2023-10-30 17:49:30 -0400 | [diff] [blame] | 134 | name: "visual_interruptions_refactor" |
| 135 | namespace: "systemui" |
| 136 | description: "Enables the refactored version of the code to decide when notifications " |
| 137 | "HUN, bubble, pulse, or FSI." |
| 138 | bug: "261728888" |
| 139 | } |
Juan Sebastian Martinez | e95f996b | 2023-11-01 14:06:47 -0700 | [diff] [blame] | 140 | |
| 141 | flag { |
| 142 | name: "haptic_brightness_slider" |
| 143 | namespace: "systemui" |
| 144 | description: "Adds haptic feedback to the brightness slider." |
| 145 | bug: "296467915" |
| 146 | } |
Matt Pietal | 2cfc684 | 2023-11-03 16:41:09 +0000 | [diff] [blame] | 147 | |
| 148 | flag { |
| 149 | name: "keyguard_shade_migration_nssl" |
| 150 | namespace: "systemui" |
| 151 | description: "Moves NSSL into a shared element between the notification_panel and " |
| 152 | "keyguard_root_view." |
| 153 | bug: "278054201" |
| 154 | } |
Fabián Kozynski | 9385f73 | 2023-11-09 12:47:57 -0500 | [diff] [blame] | 155 | |
| 156 | flag { |
Nicolo' Mazzucato | 24c5a7c | 2023-11-20 11:49:17 +0000 | [diff] [blame] | 157 | name: "unfold_animation_background_progress" |
| 158 | namespace: "systemui" |
| 159 | description: "Moves unfold animation progress calculation to a background thread" |
| 160 | bug: "277879146" |
| 161 | } |
| 162 | |
| 163 | flag { |
Nicolo' Mazzucato | 9ec7e7c | 2023-12-28 08:52:46 +0000 | [diff] [blame] | 164 | name: "enable_background_keyguard_ondrawn_callback" |
| 165 | namespace: "systemui" |
| 166 | description: "Calls the onDrawn keyguard in the background, without being blocked by main" |
| 167 | "thread work. This results in the screen to turn on earlier when the main thread is stuck. " |
| 168 | "Note that, even after this callback is called, we're waiting for all windows to finish " |
| 169 | " drawing." |
| 170 | bug: "295873557" |
Nicolò Mazzucato | 16eecfa | 2024-02-05 09:10:08 +0000 | [diff] [blame] | 171 | metadata { |
| 172 | purpose: PURPOSE_BUGFIX |
| 173 | } |
Nicolo' Mazzucato | 9ec7e7c | 2023-12-28 08:52:46 +0000 | [diff] [blame] | 174 | } |
| 175 | |
| 176 | flag { |
Peter Kalauskas | fc9ba4a | 2023-11-13 22:00:33 +0000 | [diff] [blame] | 177 | name: "qs_new_pipeline" |
| 178 | namespace: "systemui" |
| 179 | description: "Use the new pipeline for Quick Settings. Should have no behavior changes." |
| 180 | bug: "241772429" |
Fabián Kozynski | 9385f73 | 2023-11-09 12:47:57 -0500 | [diff] [blame] | 181 | } |
Peter Kalauskas | fc9ba4a | 2023-11-13 22:00:33 +0000 | [diff] [blame] | 182 | |
| 183 | flag { |
Anton Potapov | 10ae196 | 2023-11-13 19:39:59 +0000 | [diff] [blame] | 184 | name: "qs_new_tiles" |
| 185 | namespace: "systemui" |
| 186 | description: "Use the new tiles in the Quick Settings. Should have no behavior changes." |
Anton Potapov | fecf0bc | 2024-01-04 10:55:18 +0000 | [diff] [blame] | 187 | bug: "311147395" |
Anton Potapov | 10ae196 | 2023-11-13 19:39:59 +0000 | [diff] [blame] | 188 | } |
| 189 | |
| 190 | flag { |
Peter Kalauskas | fc9ba4a | 2023-11-13 22:00:33 +0000 | [diff] [blame] | 191 | name: "coroutine_tracing" |
| 192 | namespace: "systemui" |
| 193 | description: "Adds thread-local data to System UI's global coroutine scopes to " |
| 194 | "allow for tracing of coroutine continuations using System UI's tracinglib" |
| 195 | bug: "289353932" |
Andreas Miko | a6c9dae | 2023-11-14 14:46:21 +0100 | [diff] [blame] | 196 | } |
| 197 | |
| 198 | flag { |
Peter Kalauskas | 62bf22b | 2023-12-15 01:44:39 +0000 | [diff] [blame] | 199 | name: "edge_back_gesture_handler_thread" |
| 200 | namespace: "systemui" |
| 201 | description: "Moves the EdgeBackGestureHandler window, which is used for rendering the back " |
| 202 | "arrow, to a separate thread. Previously, the EdgeBackGestureHandler window would share " |
| 203 | "the main thread with the rest of System UI." |
| 204 | bug: "304583132" |
| 205 | } |
| 206 | |
| 207 | flag { |
Andreas Miko | a6c9dae | 2023-11-14 14:46:21 +0100 | [diff] [blame] | 208 | name: "new_aod_transition" |
| 209 | namespace: "systemui" |
| 210 | description: "New LOCKSCREEN <=> AOD transition" |
| 211 | bug: "301915812" |
Andreas Miko | 980ef67 | 2023-11-14 14:49:31 +0100 | [diff] [blame] | 212 | } |
| 213 | |
| 214 | flag { |
| 215 | name: "light_reveal_migration" |
| 216 | namespace: "systemui" |
| 217 | description: "Move LightRevealScrim to recommended architecture" |
| 218 | bug: "281655028" |
Beth Thibodeau | 622c4fe | 2023-11-17 17:12:04 -0600 | [diff] [blame] | 219 | } |
| 220 | |
| 221 | flag { |
Marcelo Arteiro | 2398ebb | 2023-11-21 13:38:17 +0000 | [diff] [blame] | 222 | name: "theme_overlay_controller_wakefulness_deprecation" |
| 223 | namespace: "systemui" |
| 224 | description: "Replacing WakefulnessLifecycle by KeyguardTransitionInteractor in " |
| 225 | "ThemOverlayController to mitigate flickering when locking the device" |
| 226 | bug: "308676488" |
| 227 | } |
| 228 | |
| 229 | flag { |
Chris Göllner | 30486e7 | 2024-02-07 17:03:08 +0000 | [diff] [blame] | 230 | name: "truncated_status_bar_icons_fix" |
| 231 | namespace: "systemui" |
| 232 | description: "Fixes the status bar icons being trunacted due to the status bar window height " |
| 233 | "not being updated after certain rotations" |
| 234 | bug: "323299264" |
| 235 | metadata { |
| 236 | purpose: PURPOSE_BUGFIX |
| 237 | } |
| 238 | } |
| 239 | |
| 240 | flag { |
Chandru S | 1df1978 | 2023-09-30 18:34:20 -0700 | [diff] [blame] | 241 | name: "compose_bouncer" |
| 242 | namespace: "systemui" |
| 243 | description: "Use the new compose bouncer in SystemUI" |
| 244 | bug: "310005730" |
| 245 | } |
| 246 | |
| 247 | flag { |
Beth Thibodeau | 622c4fe | 2023-11-17 17:12:04 -0600 | [diff] [blame] | 248 | name: "media_in_scene_container" |
| 249 | namespace: "systemui" |
| 250 | description: "Enable media in the scene container framework" |
| 251 | bug: "296122467" |
| 252 | } |
Marcelo Arteiro | 2398ebb | 2023-11-21 13:38:17 +0000 | [diff] [blame] | 253 | |
Stefan Andonian | 3f43e1d | 2023-11-20 22:04:24 +0000 | [diff] [blame] | 254 | flag { |
Chris Göllner | 0f02ef5 | 2023-12-15 10:11:49 +0000 | [diff] [blame] | 255 | name: "pss_task_switcher" |
| 256 | namespace: "systemui" |
| 257 | description: "Enable the task switcher feature for partial screen sharing" |
| 258 | bug: "317208379" |
| 259 | } |
| 260 | |
| 261 | flag { |
Chandru S | c78f082 | 2023-11-30 15:38:19 +0530 | [diff] [blame] | 262 | name: "revamped_bouncer_messages" |
| 263 | namespace: "systemui" |
| 264 | description: "Change the bouncer message to be a 2-line more descriptive message" |
| 265 | bug: "236891644" |
| 266 | } |
| 267 | |
| 268 | flag { |
Chandru S | 7ec7fd2 | 2023-11-30 13:12:25 +0530 | [diff] [blame] | 269 | name: "rest_to_unlock" |
| 270 | namespace: "systemui" |
| 271 | description: "Require prolonged touch for fingerprint authentication" |
| 272 | bug: "303672286" |
| 273 | } |
| 274 | |
| 275 | flag { |
Stefan Andonian | 3f43e1d | 2023-11-20 22:04:24 +0000 | [diff] [blame] | 276 | name: "record_issue_qs_tile" |
| 277 | namespace: "systemui" |
| 278 | description: "Replace Record Trace QS Tile with expanded Record Issue QS Tile" |
| 279 | bug: "305049544" |
| 280 | } |
Chandru S | 7ec7fd2 | 2023-11-30 13:12:25 +0530 | [diff] [blame] | 281 | |
Aurélien Pomini | 7c64345 | 2023-09-21 10:06:47 +0000 | [diff] [blame] | 282 | flag { |
Sherry Zhou | 860c9b9 | 2023-11-28 17:56:31 +0000 | [diff] [blame] | 283 | name: "migrate_clocks_to_blueprint" |
| 284 | namespace: "systemui" |
| 285 | description: "Move clock related views from KeyguardStatusView to KeyguardRootView, " |
| 286 | "and use modern architecture for lockscreen clocks" |
| 287 | bug: "301502635" |
| 288 | } |
| 289 | |
| 290 | flag { |
Aurélien Pomini | 7c64345 | 2023-09-21 10:06:47 +0000 | [diff] [blame] | 291 | name: "fast_unlock_transition" |
| 292 | namespace: "systemui" |
| 293 | description: "Faster wallpaper unlock transition" |
| 294 | bug: "298186160" |
| 295 | } |
Juan Sebastian Martinez | c9ff057 | 2023-12-04 15:39:18 -0800 | [diff] [blame] | 296 | |
| 297 | flag { |
Chris Göllner | 7a56e77 | 2023-12-28 17:51:48 +0000 | [diff] [blame] | 298 | name: "centralized_status_bar_dimens_refactor" |
| 299 | namespace: "systemui" |
| 300 | description: "Refactors shade header and keyguard status bar to read status bar dimens from a" |
| 301 | " central place, instead of reading resources directly. This is to take into account display" |
| 302 | " cutouts and other special cases. " |
| 303 | bug: "317199366" |
| 304 | } |
| 305 | |
| 306 | flag { |
Nicolo' Mazzucato | cd5f25b | 2023-12-07 10:11:50 +0000 | [diff] [blame] | 307 | name: "enable_layout_tracing" |
| 308 | namespace: "systemui" |
| 309 | description: "Enables detailed traversal slices during measure and layout in perfetto traces" |
| 310 | bug: "315274804" |
| 311 | } |
| 312 | |
| 313 | flag { |
Juan Sebastian Martinez | c9ff057 | 2023-12-04 15:39:18 -0800 | [diff] [blame] | 314 | name: "quick_settings_visual_haptics_longpress" |
| 315 | namespace: "systemui" |
| 316 | description: "Enable special visual and haptic effects for quick settings tiles with long-press actions" |
| 317 | bug: "229856884" |
| 318 | } |
Evan Laird | 3f19937 | 2023-11-14 18:32:19 -0500 | [diff] [blame] | 319 | |
| 320 | flag { |
Aaron Liu | 688c823 | 2023-12-14 11:55:04 -0800 | [diff] [blame] | 321 | name: "switch_user_on_bg" |
| 322 | namespace: "systemui" |
| 323 | description: "Does user switching on a background thread" |
| 324 | bug: "284095720" |
| 325 | } |
| 326 | |
| 327 | flag { |
Evan Laird | 3f19937 | 2023-11-14 18:32:19 -0500 | [diff] [blame] | 328 | name: "status_bar_static_inout_indicators" |
| 329 | namespace: "systemui" |
| 330 | description: "(Upstream request) Always show the network activity inout indicators and " |
| 331 | "prefer using alpha to distinguish network activity." |
| 332 | bug: "310715220" |
| 333 | } |
Juan Sebastian Martinez | e28f3d2 | 2023-12-18 14:55:26 -0800 | [diff] [blame] | 334 | |
| 335 | flag { |
| 336 | name: "haptic_volume_slider" |
| 337 | namespace: "systemui" |
| 338 | description: "Adds haptic feedback to the volume slider." |
| 339 | bug: "316953430" |
| 340 | } |
Richard MacGregor | 019df65 | 2023-12-18 15:27:36 -0800 | [diff] [blame] | 341 | |
| 342 | flag { |
Anton Potapov | 0ccf69a | 2023-12-21 16:42:40 +0000 | [diff] [blame] | 343 | name: "new_volume_panel" |
| 344 | namespace: "systemui" |
| 345 | description: "Switches to the new volume panel (without Slices)." |
| 346 | bug: "202262476" |
| 347 | } |
| 348 | |
| 349 | flag { |
Beverly | 0cdcacb | 2024-01-04 18:40:05 +0000 | [diff] [blame] | 350 | name: "run_fingerprint_detect_on_dismissible_keyguard" |
| 351 | namespace: "systemui" |
| 352 | description: "Run fingerprint detect instead of authenticate if the keyguard is dismissible." |
| 353 | bug: "311145851" |
| 354 | } |
| 355 | |
| 356 | flag { |
Xiaowen Lei | 19b52dc | 2024-01-02 17:47:22 +0000 | [diff] [blame] | 357 | name: "smartspace_relocate_to_bottom" |
| 358 | namespace: "systemui" |
| 359 | description: "Relocate Smartspace to bottom of the Lock Screen" |
| 360 | bug: "316212788" |
| 361 | } |
Joshua Mokut | fb94bee | 2024-01-09 23:46:47 +0000 | [diff] [blame] | 362 | |
| 363 | flag { |
| 364 | name: "pin_input_field_styled_focus_state" |
| 365 | namespace: "systemui" |
| 366 | description: "Enables styled focus states on pin input field if keyboard is connected" |
| 367 | bug: "316106516" |
| 368 | } |
Josh Tsuji | b2755ca | 2024-01-18 13:53:11 -0500 | [diff] [blame] | 369 | |
| 370 | flag { |
| 371 | name: "keyguard_wm_state_refactor" |
| 372 | namespace: "systemui" |
| 373 | description: "Enables refactored logic for SysUI+WM unlock/occlusion code paths" |
| 374 | bug: "278086361" |
| 375 | } |
Aaron Liu | 972537c | 2024-01-26 14:35:06 -0800 | [diff] [blame] | 376 | |
| 377 | flag { |
Aaron Liu | e51a5d3 | 2024-01-30 13:22:41 -0800 | [diff] [blame] | 378 | name: "compose_lockscreen" |
Aaron Liu | 972537c | 2024-01-26 14:35:06 -0800 | [diff] [blame] | 379 | namespace: "systemui" |
Aaron Liu | e51a5d3 | 2024-01-30 13:22:41 -0800 | [diff] [blame] | 380 | description: "Enables the compose version of lockscreen that runs standalone, outside of Flexiglass." |
Aaron Liu | 972537c | 2024-01-26 14:35:06 -0800 | [diff] [blame] | 381 | bug: "301968149" |
| 382 | } |
Zhe Song | e2a4448 | 2024-01-30 10:50:57 +0000 | [diff] [blame] | 383 | |
| 384 | flag { |
| 385 | name: "enable_contextual_tip_for_power_off" |
| 386 | namespace: "systemui" |
| 387 | description: "Enables on-screen contextual tip about how to power off or restart phone" |
| 388 | bug: "322891421" |
| 389 | } |
| 390 | |
| 391 | flag { |
| 392 | name: "enable_contextual_tip_for_take_screenshot" |
| 393 | namespace: "systemui" |
| 394 | description: "Enables on-screen contextual tip about how to take screenshot." |
| 395 | bug: "322891421" |
| 396 | } |
Yein Jo | bbfb331 | 2024-01-31 22:40:47 +0000 | [diff] [blame] | 397 | |
| 398 | flag { |
Yu Chao | 3964b56 | 2024-02-01 08:03:59 +0000 | [diff] [blame] | 399 | name: "enable_contextual_tips" |
| 400 | description: "Enables showing contextual tips." |
| 401 | namespace: "systemui" |
| 402 | bug: "322891421" |
| 403 | } |
| 404 | |
| 405 | flag { |
Yein Jo | bbfb331 | 2024-01-31 22:40:47 +0000 | [diff] [blame] | 406 | name: "shaderlib_loading_effect_refactor" |
| 407 | namespace: "systemui" |
| 408 | description: "Extend shader library to provide the common loading effects." |
| 409 | bug: "282007590" |
| 410 | } |
| 411 | |
Matías Hernández | a67952e | 2024-02-06 15:29:52 +0100 | [diff] [blame] | 412 | flag { |
| 413 | name: "notification_row_user_context" |
| 414 | namespace: "systemui" |
| 415 | description: "Create a user-specific Context for the ImageResolver in ExpandableNotificationRow" |
| 416 | " (based on the NotificationEntry's user)." |
| 417 | bug: "317503801" |
| 418 | metadata { |
| 419 | purpose: PURPOSE_BUGFIX |
| 420 | } |
| 421 | } |
| 422 | |
Devarshi Bhatt | fdddc97 | 2024-02-06 04:52:56 +0000 | [diff] [blame] | 423 | flag { |
| 424 | name: "get_connected_device_name_unsynchronized" |
| 425 | namespace: "systemui" |
| 426 | description: "Decide whether to fetch the connected bluetooth device name outside a synchronized block." |
| 427 | bug: "323995015" |
| 428 | metadata { |
Sindhu | 561c240 | 2024-02-07 09:38:47 +0000 | [diff] [blame] | 429 | purpose: PURPOSE_BUGFIX |
| 430 | } |
| 431 | } |
| 432 | |
| 433 | flag { |
Sindhu | c5d2284 | 2024-02-09 06:47:35 +0000 | [diff] [blame^] | 434 | name: "slice_manager_binder_call_background" |
| 435 | namespace: "systemui" |
| 436 | description: "Move the ISliceManager#getPinnedSpecs binder call to the background thread." |
| 437 | bug: "322745650" |
| 438 | metadata { |
| 439 | purpose: PURPOSE_BUGFIX |
| 440 | } |
| 441 | } |
| 442 | |
| 443 | flag { |
Sindhu | 561c240 | 2024-02-07 09:38:47 +0000 | [diff] [blame] | 444 | name: "register_new_wallet_card_in_background" |
| 445 | namespace: "systemui" |
| 446 | description: "Decide whether the call to registerNewWalletCards method should be issued on background thread." |
| 447 | bug: "322506838" |
| 448 | metadata { |
| 449 | purpose: PURPOSE_BUGFIX |
| 450 | } |
Devarshi Bhatt | fdddc97 | 2024-02-06 04:52:56 +0000 | [diff] [blame] | 451 | } |
archisha | b51923e | 2024-02-08 05:53:04 +0000 | [diff] [blame] | 452 | |
| 453 | flag { |
| 454 | name: "update_user_switcher_background" |
| 455 | namespace: "systemui" |
| 456 | description: "Decide whether to update user switcher in background thread." |
| 457 | bug: "322745650" |
| 458 | metadata { |
| 459 | purpose: PURPOSE_BUGFIX |
| 460 | } |
| 461 | } |
| 462 | |