1package: "com.android.systemui.shared" 2container: "system" 3 4flag { 5 name: "example_shared_flag" 6 namespace: "systemui" 7 description: "An Example Flag" 8 bug: "308482106" 9} 10 11flag { 12 name: "return_animation_framework_library" 13 namespace: "systemui" 14 description: "Turn on Return functionality in the Animation library" 15 bug: "273205603" 16} 17 18flag { 19 name: "return_animation_framework_long_lived" 20 namespace: "systemui" 21 description: "Turn on long-lived Return registrations in the Animation library" 22 bug: "273205603" 23} 24 25flag { 26 name: "shade_allow_back_gesture" 27 namespace: "systemui" 28 description: "Allow Back Gestures in Shade" 29 bug: "309545085" 30} 31 32flag { 33 name: "enable_home_delay" 34 namespace: "systemui" 35 description: "Enables fix that exposes signal to notify the completion of the RRO loading." 36 bug: "307507412" 37 metadata { 38 purpose: PURPOSE_BUGFIX 39 } 40} 41 42flag { 43 name: "bouncer_area_exclusion" 44 namespace : "systemui" 45 description : "Exclusion List to calculated a default bouncer region on dream" 46 bug : "327003425" 47 metadata { 48 purpose: PURPOSE_BUGFIX 49 } 50} 51 52flag { 53 name: "new_touchpad_gestures_tutorial" 54 namespace: "systemui" 55 description: "Enables new interactive tutorial for learning touchpad gestures" 56 bug: "309928033" 57} 58 59flag { 60 name: "three_button_corner_swipe" 61 namespace: "systemui" 62 description: "Allow the Assistant corner swipe gesture while in 3 button mode" 63 bug: "361651619" 64} 65 66flag { 67 name: "new_customization_picker_ui" 68 namespace: "systemui" 69 description: "Enables the new design of the customization picker UI." 70 bug: "339081035" 71} 72 73flag { 74 name: "ambient_aod" 75 namespace: "systemui" 76 description: "Enables ambient wallpaper and AOD enhancements" 77 bug: "372655702" 78} 79 80flag { 81 name: "smartspace_sports_card_background" 82 namespace: "systemui" 83 description: "Enables Smartspace sports card background protection and related ui updates" 84 bug: "380285747" 85 metadata { 86 purpose: PURPOSE_BUGFIX 87 } 88} 89 90flag { 91 name: "screenshot_context_url" 92 namespace: "systemui" 93 description: "Include optional app-provided context URL when sharing a screenshot." 94 bug: "242791070" 95} 96 97flag { 98 name: "status_bar_connected_displays" 99 namespace: "lse_desktop_experience" 100 description: "Shows the status bar on connected displays" 101 bug: "379264862" 102} 103 104flag { 105 name: "lockscreen_custom_clocks" 106 namespace: "systemui" 107 description: "Enable lockscreen custom clocks" 108 bug: "378486437" 109} 110 111flag { 112 name: "clock_reactive_variants" 113 namespace: "systemui" 114 description: "Add reactive variant fonts to some clocks" 115 bug: "343495953" 116} 117 118flag { 119 name: "clock_reactive_smartspace_layout" 120 namespace: "systemui" 121 description: "Smartspace layout logic change for reactive clocks" 122 bug: "343495953" 123} 124 125flag { 126 name: "extended_wallpaper_effects" 127 namespace: "systemui" 128 description: "Enables extended wallpaper effects" 129 bug: "334125919" 130} 131 132 133flag { 134 name: "use_preferred_image_editor" 135 namespace: "systemui" 136 description: "Prefer the editor in config_preferredScreenshotEditor if component is present/enabled on the system" 137 bug: "391401141" 138} 139 140flag { 141 name: "enable_lpp_squeeze_effect" 142 namespace: "systemui" 143 description: "Enables squeeze effect on power button long press launching Gemini" 144 bug: "396099245" 145} 146 147flag { 148 name: "cursor_hot_corner" 149 namespace: "systemui" 150 description: "Enables hot corner navigation by cursor" 151 bug: "397182595" 152} 153 154flag { 155 name: "smartspace_ui_update" 156 namespace: "systemui" 157 description: "Update Smartspace UI" 158 bug: "389741821" 159} 160 161flag { 162 name: "smartspace_ui_update_resources" 163 namespace: "systemui" 164 description: "Read-only flag for updating resources for Smartspace UI" 165 bug: "389741821" 166 is_fixed_read_only: true 167} 168 169flag { 170 name: "smartspace_remoteviews_intent_handler" 171 namespace: "systemui" 172 description: "Enables Smartspace RemoteViews intent handling on lockscreen" 173 bug: "399416038" 174 metadata { 175 purpose: PURPOSE_BUGFIX 176 } 177} 178