| package: "com.android.systemui" |
| |
| flag { |
| name: "example_flag" |
| namespace: "systemui" |
| description: "An Example Flag" |
| bug: "292511372" |
| } |
| |
| flag { |
| name: "sysui_teamfood" |
| namespace: "systemui" |
| description: "Enables all the sysui classic flags that are marked as being in teamfood" |
| bug: "302578396" |
| } |
| |
| flag { |
| name: "notification_async_hybrid_view_inflation" |
| namespace: "systemui" |
| description: "Inflates hybrid (single-line) notification views from the background thread." |
| bug: "217799515" |
| } |
| |
| flag { |
| name: "notifications_footer_view_refactor" |
| namespace: "systemui" |
| description: "Enables the refactored version of the footer view in the notification shade " |
| "(containing the \"Clear all\" button). Should not bring any behavior changes" |
| bug: "293167744" |
| } |
| |
| flag { |
| name: "notifications_icon_container_refactor" |
| namespace: "systemui" |
| description: "Enables the refactored version of the notification icon container in StatusBar, " |
| "AOD, and the notification shelf. Should not bring any behavioral changes." |
| bug: "278765923" |
| } |
| |
| flag { |
| name: "notifications_hide_on_display_switch" |
| namespace: "systemui" |
| description: "Temporary hides notifications when folding/unfolding to reduce unfold latency" |
| bug: "293824309" |
| } |
| |
| flag { |
| name: "notification_lifetime_extension_refactor" |
| namespace: "systemui" |
| description: "Enables moving notification lifetime extension management from SystemUI to " |
| "Notification Manager Service" |
| bug: "299448097" |
| } |
| |
| flag { |
| name: "notifications_live_data_store_refactor" |
| namespace: "systemui" |
| description: "Replaces NotifLiveDataStore with ActiveNotificationListRepository, and updates consumers. " |
| "Should not bring any behavior changes." |
| bug: "308623704" |
| } |
| |
| flag { |
| name: "notification_throttle_hun" |
| namespace: "systemui" |
| description: "During notification avalanche, throttle HUNs showing in fast succession." |
| bug: "307288824" |
| } |
| |
| flag { |
| name: "scene_container" |
| namespace: "systemui" |
| description: "Enables the scene container framework go/flexiglass." |
| bug: "283121968" |
| } |
| |
| flag { |
| name: "keyguard_bottom_area_refactor" |
| namespace: "systemui" |
| description: "Bottom area of keyguard refactor move into KeyguardRootView. Includes " |
| "lock icon and others." |
| bug: "290652751" |
| } |
| |
| flag { |
| name: "device_entry_udfps_refactor" |
| namespace: "systemui" |
| description: "Refactoring device entry UDFPS icon to use modern architecture and " |
| "consolidating it with the lock/unlock icon to create a combined DeviceEntryIconView" |
| bug: "279440316" |
| } |
| |
| flag { |
| name: "visual_interruptions_refactor" |
| namespace: "systemui" |
| description: "Enables the refactored version of the code to decide when notifications " |
| "HUN, bubble, pulse, or FSI." |
| bug: "261728888" |
| } |
| |
| flag { |
| name: "haptic_brightness_slider" |
| namespace: "systemui" |
| description: "Adds haptic feedback to the brightness slider." |
| bug: "296467915" |
| } |
| |
| flag { |
| name: "keyguard_shade_migration_nssl" |
| namespace: "systemui" |
| description: "Moves NSSL into a shared element between the notification_panel and " |
| "keyguard_root_view." |
| bug: "278054201" |
| } |
| |
| flag { |
| name: "qs_new_pipeline" |
| namespace: "systemui" |
| description: "Use the new pipeline for Quick Settings. Should have no behavior changes." |
| bug: "241772429" |
| } |
| |
| flag { |
| name: "coroutine_tracing" |
| namespace: "systemui" |
| description: "Adds thread-local data to System UI's global coroutine scopes to " |
| "allow for tracing of coroutine continuations using System UI's tracinglib" |
| bug: "289353932" |
| } |
| |
| flag { |
| name: "new_aod_transition" |
| namespace: "systemui" |
| description: "New LOCKSCREEN <=> AOD transition" |
| bug: "301915812" |
| } |
| |
| flag { |
| name: "light_reveal_migration" |
| namespace: "systemui" |
| description: "Move LightRevealScrim to recommended architecture" |
| bug: "281655028" |
| } |