blob: c0e95a7adf6118a5fccbeff7906c0568ac235f9f [file] [log] [blame]
Ned Burns6d480c32023-08-28 12:12:19 -04001package: "com.android.systemui"
Oriol Prieto Gasco7b816122024-04-30 20:05:05 +00002container: "system"
Dave Mankofff6a791e2023-07-31 18:03:34 +00003
4flag {
5 name: "example_flag"
6 namespace: "systemui"
7 description: "An Example Flag"
8 bug: "292511372"
Dave Mankoff818186b2023-10-02 17:31:07 +00009}
10
11flag {
12 name: "sysui_teamfood"
13 namespace: "systemui"
14 description: "Enables all the sysui classic flags that are marked as being in teamfood"
15 bug: "302578396"
16}
Ioana Alexandrufeaaa022023-10-06 11:21:48 +020017
18flag {
Beverlyc853b772024-02-16 21:19:27 +000019 name: "udfps_view_performance"
20 namespace: "systemui"
21 description: "Decrease screen off blocking calls by waiting until the device is finished going to sleep before adding the udfps view."
22 bug: "225183106"
23 metadata {
24 purpose: PURPOSE_BUGFIX
25 }
26}
27
28flag {
Yining Liu6ed11b92024-01-18 18:01:51 +080029 name: "notification_async_group_header_inflation"
30 namespace: "systemui"
31 description: "Inflates the notification group summary header views from the background thread."
32 bug: "217799515"
33}
34
35flag {
Yining Liu9a835c82023-10-31 01:30:23 +000036 name: "notification_async_hybrid_view_inflation"
37 namespace: "systemui"
38 description: "Inflates hybrid (single-line) notification views from the background thread."
39 bug: "217799515"
40}
41
42flag {
Jeff DeCew3a819de2023-05-12 12:49:30 -040043 name: "notification_color_update_logger"
44 namespace: "systemui"
45 description: "Enabled debug logging and dumping of notification color updates."
46 bug: "294347738"
47}
48
49flag {
Ioana Alexandrufeaaa022023-10-06 11:21:48 +020050 name: "notifications_footer_view_refactor"
51 namespace: "systemui"
52 description: "Enables the refactored version of the footer view in the notification shade "
53 "(containing the \"Clear all\" button). Should not bring any behavior changes"
54 bug: "293167744"
55}
Alexander Roederer74cda602023-10-11 00:24:09 +000056
57flag {
Steve Elliott34edc352023-10-23 13:14:24 -040058 name: "notifications_icon_container_refactor"
59 namespace: "systemui"
60 description: "Enables the refactored version of the notification icon container in StatusBar, "
61 "AOD, and the notification shelf. Should not bring any behavioral changes."
62 bug: "278765923"
63}
64
65flag {
Nick Chameyev8ea0f4c2023-10-20 18:09:50 +010066 name: "notifications_hide_on_display_switch"
67 namespace: "systemui"
68 description: "Temporary hides notifications when folding/unfolding to reduce unfold latency"
69 bug: "293824309"
70}
71
72flag {
András Kurucz305199f2023-12-18 18:31:34 +000073 name: "notifications_improved_hun_animation"
Alexander Roederer74cda602023-10-11 00:24:09 +000074 namespace: "systemui"
András Kurucz305199f2023-12-18 18:31:34 +000075 description: "Adds a translateY animation, and other improvements to match the motion specs of the HUN Intro + Outro animations."
76 bug: "243302608"
77}
78
79flag {
Yining Liu49c0d052024-02-22 23:52:59 +000080 name: "notification_content_alpha_optimization"
81 namespace: "systemui"
82 description: "Only reset alpha values of needed content views"
83 bug: "292024656"
84 metadata {
85 purpose: PURPOSE_BUGFIX
86 }
Alexander Roederer74cda602023-10-11 00:24:09 +000087}
Ale Nijamkin2e087362023-10-18 00:29:03 +000088
89flag {
András Kurucz3e88b352023-11-06 13:48:09 +000090 name: "notifications_live_data_store_refactor"
91 namespace: "systemui"
92 description: "Replaces NotifLiveDataStore with ActiveNotificationListRepository, and updates consumers. "
93 "Should not bring any behavior changes."
94 bug: "308623704"
95}
96
97flag {
Chris Göllner01fc9322024-02-28 16:30:33 +000098 name: "pss_app_selector_abrupt_exit_fix"
99 namespace: "systemui"
100 description: "Fixes the app selector abruptly disappearing without an animation, when the"
101 "selected task is the foreground task."
102 bug: "314385883"
103 metadata {
104 purpose: PURPOSE_BUGFIX
105 }
106}
107
108flag {
Ioana Alexandrue37b08f32024-02-15 14:25:39 +0100109 name: "notifications_background_media_icons"
110 namespace: "systemui"
111 description: "Updates icons for media notifications in the background."
112 bug: "315143160"
113 metadata {
114 purpose: PURPOSE_BUGFIX
115 }
116}
117
118flag {
Jeff DeCewb811f002024-01-25 17:21:55 +0000119 name: "nssl_falsing_fix"
120 namespace: "systemui"
121 description: "Minor touch changes to prevent falsing errors in NSSL"
122 bug: "316551193"
123 metadata {
124 purpose: PURPOSE_BUGFIX
125 }
126}
127
128flag {
Andreas Miko644f9502023-12-12 17:40:21 +0100129 name: "refactor_get_current_user"
130 namespace: "systemui"
131 description: "KeyguardUpdateMonitor.getCurrentUser() was providing outdated results."
132 bug: "305984787"
133}
134
135flag {
Lyn20c65062023-11-13 20:34:03 +0000136 name: "notification_throttle_hun"
137 namespace: "systemui"
138 description: "During notification avalanche, throttle HUNs showing in fast succession."
139 bug: "307288824"
140}
141
142flag {
Lyn06388cc2024-01-18 22:17:50 +0000143 name: "notification_avalanche_suppression"
144 namespace: "systemui"
145 description: "After notification avalanche floodgate event, suppress HUNs completely."
146 bug: "321089634"
147}
148
149flag {
Jeff DeCew74e8d432023-11-29 19:34:19 +0000150 name: "notification_background_tint_optimization"
151 namespace: "systemui"
152 description: "Re-enable the codepath that removed tinting of notifications when the"
153 " standard background color is desired. This was the behavior before we discovered"
154 " a resources threading issue, which we worked around by tinting the notification"
155 " backgrounds and footer buttons."
Jeff DeCewb45610e2024-01-31 20:46:03 +0000156 bug: "294830092"
Jeff DeCew74e8d432023-11-29 19:34:19 +0000157}
158
159flag {
Ale Nijamkin2e087362023-10-18 00:29:03 +0000160 name: "scene_container"
161 namespace: "systemui"
162 description: "Enables the scene container framework go/flexiglass."
163 bug: "283121968"
164}
Julia Tuttle5201be82023-10-30 17:49:30 -0400165
166flag {
Brad Hinegardner5ded8022023-11-03 16:57:51 +0000167 name: "keyguard_bottom_area_refactor"
168 namespace: "systemui"
169 description: "Bottom area of keyguard refactor move into KeyguardRootView. Includes "
170 "lock icon and others."
171 bug: "290652751"
172}
173
174flag {
Beverly96b3e592023-11-08 15:32:58 +0000175 name: "device_entry_udfps_refactor"
176 namespace: "systemui"
177 description: "Refactoring device entry UDFPS icon to use modern architecture and "
178 "consolidating it with the lock/unlock icon to create a combined DeviceEntryIconView"
179 bug: "279440316"
180}
181
182flag {
Julia Tuttle5201be82023-10-30 17:49:30 -0400183 name: "visual_interruptions_refactor"
184 namespace: "systemui"
185 description: "Enables the refactored version of the code to decide when notifications "
186 "HUN, bubble, pulse, or FSI."
187 bug: "261728888"
188}
Juan Sebastian Martineze95f996b2023-11-01 14:06:47 -0700189
190flag {
191 name: "haptic_brightness_slider"
192 namespace: "systemui"
193 description: "Adds haptic feedback to the brightness slider."
194 bug: "296467915"
195}
Matt Pietal2cfc6842023-11-03 16:41:09 +0000196
197flag {
198 name: "keyguard_shade_migration_nssl"
199 namespace: "systemui"
200 description: "Moves NSSL into a shared element between the notification_panel and "
201 "keyguard_root_view."
202 bug: "278054201"
203}
Fabián Kozynski9385f732023-11-09 12:47:57 -0500204
205flag {
Nicolo' Mazzucato24c5a7c2023-11-20 11:49:17 +0000206 name: "unfold_animation_background_progress"
207 namespace: "systemui"
208 description: "Moves unfold animation progress calculation to a background thread"
209 bug: "277879146"
210}
211
212flag {
Nicolo' Mazzucato9ec7e7c2023-12-28 08:52:46 +0000213 name: "enable_background_keyguard_ondrawn_callback"
214 namespace: "systemui"
215 description: "Calls the onDrawn keyguard in the background, without being blocked by main"
216 "thread work. This results in the screen to turn on earlier when the main thread is stuck. "
217 "Note that, even after this callback is called, we're waiting for all windows to finish "
218 " drawing."
219 bug: "295873557"
Nicolò Mazzucato16eecfa2024-02-05 09:10:08 +0000220 metadata {
221 purpose: PURPOSE_BUGFIX
222 }
Nicolo' Mazzucato9ec7e7c2023-12-28 08:52:46 +0000223}
224
225flag {
Peter Kalauskasfc9ba4a2023-11-13 22:00:33 +0000226 name: "qs_new_pipeline"
227 namespace: "systemui"
228 description: "Use the new pipeline for Quick Settings. Should have no behavior changes."
229 bug: "241772429"
Fabián Kozynski9385f732023-11-09 12:47:57 -0500230}
Peter Kalauskasfc9ba4a2023-11-13 22:00:33 +0000231
232flag {
Anton Potapov10ae1962023-11-13 19:39:59 +0000233 name: "qs_new_tiles"
234 namespace: "systemui"
235 description: "Use the new tiles in the Quick Settings. Should have no behavior changes."
Anton Potapovfecf0bc2024-01-04 10:55:18 +0000236 bug: "311147395"
Anton Potapov10ae1962023-11-13 19:39:59 +0000237}
238
239flag {
Peter Kalauskasfc9ba4a2023-11-13 22:00:33 +0000240 name: "coroutine_tracing"
241 namespace: "systemui"
242 description: "Adds thread-local data to System UI's global coroutine scopes to "
243 "allow for tracing of coroutine continuations using System UI's tracinglib"
244 bug: "289353932"
Andreas Mikoa6c9dae2023-11-14 14:46:21 +0100245}
246
247flag {
Peter Kalauskas62bf22b2023-12-15 01:44:39 +0000248 name: "edge_back_gesture_handler_thread"
249 namespace: "systemui"
250 description: "Moves the EdgeBackGestureHandler window, which is used for rendering the back "
251 "arrow, to a separate thread. Previously, the EdgeBackGestureHandler window would share "
252 "the main thread with the rest of System UI."
253 bug: "304583132"
254}
255
256flag {
Andreas Mikoa6c9dae2023-11-14 14:46:21 +0100257 name: "new_aod_transition"
258 namespace: "systemui"
259 description: "New LOCKSCREEN <=> AOD transition"
260 bug: "301915812"
Andreas Miko980ef672023-11-14 14:49:31 +0100261}
262
263flag {
264 name: "light_reveal_migration"
265 namespace: "systemui"
266 description: "Move LightRevealScrim to recommended architecture"
267 bug: "281655028"
Beth Thibodeau622c4fe2023-11-17 17:12:04 -0600268}
269
270flag {
Marcelo Arteiro2398ebb2023-11-21 13:38:17 +0000271 name: "theme_overlay_controller_wakefulness_deprecation"
272 namespace: "systemui"
273 description: "Replacing WakefulnessLifecycle by KeyguardTransitionInteractor in "
274 "ThemOverlayController to mitigate flickering when locking the device"
275 bug: "308676488"
276}
277
278flag {
Chris Göllner30486e72024-02-07 17:03:08 +0000279 name: "truncated_status_bar_icons_fix"
280 namespace: "systemui"
281 description: "Fixes the status bar icons being trunacted due to the status bar window height "
282 "not being updated after certain rotations"
283 bug: "323299264"
284 metadata {
285 purpose: PURPOSE_BUGFIX
286 }
287}
288
289flag {
Chandru S1df19782023-09-30 18:34:20 -0700290 name: "compose_bouncer"
291 namespace: "systemui"
292 description: "Use the new compose bouncer in SystemUI"
293 bug: "310005730"
294}
295
296flag {
Beth Thibodeau622c4fe2023-11-17 17:12:04 -0600297 name: "media_in_scene_container"
298 namespace: "systemui"
299 description: "Enable media in the scene container framework"
300 bug: "296122467"
301}
Marcelo Arteiro2398ebb2023-11-21 13:38:17 +0000302
Stefan Andonian3f43e1d2023-11-20 22:04:24 +0000303flag {
Chris Göllner0f02ef52023-12-15 10:11:49 +0000304 name: "pss_task_switcher"
305 namespace: "systemui"
306 description: "Enable the task switcher feature for partial screen sharing"
307 bug: "317208379"
308}
309
310flag {
Chandru Sc78f0822023-11-30 15:38:19 +0530311 name: "revamped_bouncer_messages"
312 namespace: "systemui"
313 description: "Change the bouncer message to be a 2-line more descriptive message"
314 bug: "236891644"
315}
316
317flag {
Chandru S7ec7fd22023-11-30 13:12:25 +0530318 name: "rest_to_unlock"
319 namespace: "systemui"
320 description: "Require prolonged touch for fingerprint authentication"
321 bug: "303672286"
322}
323
324flag {
Stefan Andonian3f43e1d2023-11-20 22:04:24 +0000325 name: "record_issue_qs_tile"
326 namespace: "systemui"
327 description: "Replace Record Trace QS Tile with expanded Record Issue QS Tile"
328 bug: "305049544"
329}
Chandru S7ec7fd22023-11-30 13:12:25 +0530330
Aurélien Pomini7c643452023-09-21 10:06:47 +0000331flag {
Sherry Zhou860c9b92023-11-28 17:56:31 +0000332 name: "migrate_clocks_to_blueprint"
333 namespace: "systemui"
334 description: "Move clock related views from KeyguardStatusView to KeyguardRootView, "
335 "and use modern architecture for lockscreen clocks"
336 bug: "301502635"
337}
338
339flag {
Aurélien Pomini7c643452023-09-21 10:06:47 +0000340 name: "fast_unlock_transition"
341 namespace: "systemui"
342 description: "Faster wallpaper unlock transition"
343 bug: "298186160"
344}
Juan Sebastian Martinezc9ff0572023-12-04 15:39:18 -0800345
346flag {
Chris Göllner32aad6c2024-02-16 14:00:31 +0000347 name: "centralized_status_bar_height_fix"
Chris Göllner7a56e772023-12-28 17:51:48 +0000348 namespace: "systemui"
349 description: "Refactors shade header and keyguard status bar to read status bar dimens from a"
350 " central place, instead of reading resources directly. This is to take into account display"
351 " cutouts and other special cases. "
Chris Göllner414e9bc2024-02-19 09:41:22 +0000352 bug: "317016114"
Chris Göllner932714b2024-02-15 14:56:45 +0000353 metadata {
354 purpose: PURPOSE_BUGFIX
355 }
Chris Göllner7a56e772023-12-28 17:51:48 +0000356}
357
358flag {
Nicolo' Mazzucatocd5f25b2023-12-07 10:11:50 +0000359 name: "enable_layout_tracing"
360 namespace: "systemui"
361 description: "Enables detailed traversal slices during measure and layout in perfetto traces"
362 bug: "315274804"
363}
364
365flag {
Juan Sebastian Martinezc9ff0572023-12-04 15:39:18 -0800366 name: "quick_settings_visual_haptics_longpress"
367 namespace: "systemui"
368 description: "Enable special visual and haptic effects for quick settings tiles with long-press actions"
369 bug: "229856884"
370}
Evan Laird3f199372023-11-14 18:32:19 -0500371
372flag {
Aaron Liu688c8232023-12-14 11:55:04 -0800373 name: "switch_user_on_bg"
374 namespace: "systemui"
375 description: "Does user switching on a background thread"
376 bug: "284095720"
377}
378
379flag {
Evan Laird3f199372023-11-14 18:32:19 -0500380 name: "status_bar_static_inout_indicators"
381 namespace: "systemui"
382 description: "(Upstream request) Always show the network activity inout indicators and "
383 "prefer using alpha to distinguish network activity."
384 bug: "310715220"
385}
Juan Sebastian Martineze28f3d22023-12-18 14:55:26 -0800386
387flag {
388 name: "haptic_volume_slider"
389 namespace: "systemui"
390 description: "Adds haptic feedback to the volume slider."
391 bug: "316953430"
392}
Richard MacGregor019df652023-12-18 15:27:36 -0800393
394flag {
Anton Potapov0ccf69a2023-12-21 16:42:40 +0000395 name: "new_volume_panel"
396 namespace: "systemui"
397 description: "Switches to the new volume panel (without Slices)."
398 bug: "202262476"
399}
400
401flag {
Miranda Kephart5b0287b2023-11-20 11:24:03 -0500402 name: "screenshot_action_dismiss_system_windows"
403 namespace: "systemui"
404 description: "Dismiss existing system windows when starting action from screenshot UI"
405 bug: "309933761"
406}
407
408flag {
Beverly0cdcacb2024-01-04 18:40:05 +0000409 name: "run_fingerprint_detect_on_dismissible_keyguard"
410 namespace: "systemui"
411 description: "Run fingerprint detect instead of authenticate if the keyguard is dismissible."
412 bug: "311145851"
413}
414
415flag {
Xiaowen Lei19b52dc2024-01-02 17:47:22 +0000416 name: "smartspace_relocate_to_bottom"
417 namespace: "systemui"
418 description: "Relocate Smartspace to bottom of the Lock Screen"
419 bug: "316212788"
420}
Joshua Mokutfb94bee2024-01-09 23:46:47 +0000421
422flag {
423 name: "pin_input_field_styled_focus_state"
424 namespace: "systemui"
425 description: "Enables styled focus states on pin input field if keyboard is connected"
426 bug: "316106516"
427}
Josh Tsujib2755ca2024-01-18 13:53:11 -0500428
429flag {
430 name: "keyguard_wm_state_refactor"
431 namespace: "systemui"
432 description: "Enables refactored logic for SysUI+WM unlock/occlusion code paths"
433 bug: "278086361"
434}
Aaron Liu972537c2024-01-26 14:35:06 -0800435
436flag {
Aaron Liue51a5d32024-01-30 13:22:41 -0800437 name: "compose_lockscreen"
Aaron Liu972537c2024-01-26 14:35:06 -0800438 namespace: "systemui"
Aaron Liue51a5d32024-01-30 13:22:41 -0800439 description: "Enables the compose version of lockscreen that runs standalone, outside of Flexiglass."
Aaron Liu972537c2024-01-26 14:35:06 -0800440 bug: "301968149"
441}
Zhe Songe2a44482024-01-30 10:50:57 +0000442
443flag {
444 name: "enable_contextual_tip_for_power_off"
445 namespace: "systemui"
446 description: "Enables on-screen contextual tip about how to power off or restart phone"
447 bug: "322891421"
448}
449
450flag {
451 name: "enable_contextual_tip_for_take_screenshot"
452 namespace: "systemui"
453 description: "Enables on-screen contextual tip about how to take screenshot."
454 bug: "322891421"
455}
Yein Jobbfb3312024-01-31 22:40:47 +0000456
457flag {
Yu Chao3964b562024-02-01 08:03:59 +0000458 name: "enable_contextual_tips"
459 description: "Enables showing contextual tips."
460 namespace: "systemui"
461 bug: "322891421"
462}
463
464flag {
Yein Jobbfb3312024-01-31 22:40:47 +0000465 name: "shaderlib_loading_effect_refactor"
466 namespace: "systemui"
467 description: "Extend shader library to provide the common loading effects."
468 bug: "282007590"
469}
470
Matías Hernándeza67952e2024-02-06 15:29:52 +0100471flag {
jasonwshsu8d2f6392024-02-27 23:49:08 +0800472 name: "hearing_aids_qs_tile_dialog"
473 namespace: "systemui"
474 description: "Show a dialog when clicking on hearing aids quick settings tile."
475 bug: "291423171"
476}
477
478flag {
Matías Hernándeza67952e2024-02-06 15:29:52 +0100479 name: "notification_row_user_context"
480 namespace: "systemui"
481 description: "Create a user-specific Context for the ImageResolver in ExpandableNotificationRow"
482 " (based on the NotificationEntry's user)."
483 bug: "317503801"
484 metadata {
485 purpose: PURPOSE_BUGFIX
486 }
487}
488
Devarshi Bhattfdddc972024-02-06 04:52:56 +0000489flag {
490 name: "get_connected_device_name_unsynchronized"
491 namespace: "systemui"
492 description: "Decide whether to fetch the connected bluetooth device name outside a synchronized block."
493 bug: "323995015"
494 metadata {
Sindhu561c2402024-02-07 09:38:47 +0000495 purpose: PURPOSE_BUGFIX
496 }
497}
498
499flag {
Sindhuc5d22842024-02-09 06:47:35 +0000500 name: "slice_manager_binder_call_background"
501 namespace: "systemui"
502 description: "Move the ISliceManager#getPinnedSpecs binder call to the background thread."
503 bug: "322745650"
504 metadata {
505 purpose: PURPOSE_BUGFIX
506 }
507}
508
509flag {
Sindhu561c2402024-02-07 09:38:47 +0000510 name: "register_new_wallet_card_in_background"
511 namespace: "systemui"
512 description: "Decide whether the call to registerNewWalletCards method should be issued on background thread."
513 bug: "322506838"
514 metadata {
515 purpose: PURPOSE_BUGFIX
516 }
Devarshi Bhattfdddc972024-02-06 04:52:56 +0000517}
archishab51923e2024-02-08 05:53:04 +0000518
519flag {
520 name: "update_user_switcher_background"
521 namespace: "systemui"
522 description: "Decide whether to update user switcher in background thread."
523 bug: "322745650"
524 metadata {
525 purpose: PURPOSE_BUGFIX
526 }
527}
Devarshi Bhatt17fa9832024-02-16 06:27:10 +0000528
529flag {
530 name: "register_zen_mode_content_observer_background"
531 namespace: "systemui"
532 description: "Decide whether to register zen mode content observers in the background thread."
533 bug: "324515627"
534 metadata {
535 purpose: PURPOSE_BUGFIX
536 }
537}
Miranda Kephart2976ca82024-02-16 10:14:15 -0500538
539flag {
540 name: "clipboard_noninteractive_on_lockscreen"
541 namespace: "systemui"
542 description: "Prevents the interactive clipboard UI from appearing when device is locked"
543 bug: "317048495"
544 metadata {
545 purpose: PURPOSE_BUGFIX
546 }
547}
Jernej Virag96b48772024-02-20 10:34:27 +0100548
549flag {
550 name: "trim_resources_with_background_trim_at_lock"
551 namespace: "systemui"
552 description: "Trim fonts and other caches when the device locks to lower memory consumption."
553 bug: "322143614"
554 metadata {
555 purpose: PURPOSE_BUGFIX
556 }
557}
Julia Tuttlec22e70f2024-02-14 16:04:59 -0500558
559flag {
560 name: "dedicated_notif_inflation_thread"
561 namespace: "systemui"
562 description: "Create a separate background thread for inflating notifications"
563 bug: "308967184"
564 metadata {
565 purpose: PURPOSE_BUGFIX
566 }
567}
Ibrahim Yilmaz31c681b2024-02-21 11:26:36 +0000568
569flag {
570 name: "bind_keyguard_media_visibility"
571 namespace: "systemui"
572 description: "Binds Keyguard Media Controller Visibility to MediaContainerView"
573 bug: "298213983"
Ibrahim Yilmaz1d1c12c2024-02-29 15:59:20 +0000574 metadata {
575 purpose: PURPOSE_BUGFIX
576 }
Jernej Virag8d4858d2024-02-23 13:18:30 +0100577}
578
579flag {
580 name: "delayed_wakelock_release_on_background_thread"
581 namespace: "systemui"
582 description: "Released delayed wakelocks on background threads to avoid janking screen transitions."
583 bug: "316128516"
Ibrahim Yilmaz31c681b2024-02-21 11:26:36 +0000584 metadata {
585 purpose: PURPOSE_BUGFIX
586 }
587}
bvineeth68756982024-02-23 09:57:28 +0000588
589flag {
590 name: "notify_power_manager_user_activity_background"
591 namespace: "systemui"
592 description: "Decide whether to notify the user activity to power manager in the background thread."
593 bug: "325203885"
594 metadata {
595 purpose: PURPOSE_BUGFIX
596 }
597}
Michael Mikhail1371dbd2024-02-22 17:45:25 +0000598
599flag {
600 name: "media_controls_refactor"
601 namespace: "systemui"
602 description: "Refactors media code to follow the recommended architecture"
603 bug: "326408371"
604}