1package: "com.android.launcher3" 2container: "system_ext" 3 4flag { 5 name: "enable_grid_only_overview" 6 namespace: "launcher_overview" 7 description: "Enable a grid-only overview without a focused task." 8 bug: "360204325" 9} 10 11flag { 12 name: "enable_overview_icon_menu" 13 namespace: "launcher_overview" 14 description: "Enable updated overview icon and menu within task." 15 bug: "360205084" 16} 17 18flag { 19 name: "enable_refactor_task_thumbnail" 20 namespace: "launcher_overview" 21 description: "Enables rewritten version of TaskThumbnailViews in Overview" 22 bug: "331753115" 23} 24 25flag { 26 name: "enable_hover_of_child_elements_in_taskview" 27 namespace: "launcher_overview" 28 description: "Enables child elements to receive hover events in TaskView and respond visually to those hover events." 29 bug: "342594235" 30 metadata { 31 purpose: PURPOSE_BUGFIX 32 } 33} 34 35flag { 36 name: "enable_large_desktop_windowing_tile" 37 namespace: "launcher_overview" 38 description: "Makes the desktop tiles larger and moves them to the front of the list in Overview." 39 bug: "357860832" 40} 41 42flag { 43 name: "enable_overview_command_helper_timeout" 44 namespace: "launcher_overview" 45 description: "Enables OverviewCommandHelper new version with a timeout to prevent the queue to be unresponsive." 46 bug: "351122926" 47 metadata { 48 purpose: PURPOSE_BUGFIX 49 } 50} 51 52flag { 53 name: "enable_desktop_windowing_carousel_detach" 54 namespace: "launcher_overview" 55 description: "Makes the desktop windowing task carousel detaches from fullscreen task carousel during quickswitch." 56 bug: "353947917" 57} 58 59flag { 60 name: "enable_desktop_exploded_view" 61 namespace: "launcher_overview" 62 description: "Enables the non-overlapping layout for desktop windows in Overview mode." 63 bug: "378011776" 64} 65 66flag { 67 name: "enable_use_top_visible_activity_for_exclude_from_recent_task" 68 namespace: "launcher_overview" 69 description: "Enables using the top visible activity for exclude from recent task instead of the activity indicies." 70 bug: "342627272" 71 metadata { 72 purpose: PURPOSE_BUGFIX 73 } 74} 75 76flag { 77 name: "enable_expressive_dismiss_task_motion" 78 namespace: "launcher_overview" 79 description: "Enables expressive motion and animations for dismissing a task in Overview." 80 bug: "381239462" 81} 82 83flag { 84 name: "enable_separate_external_display_tasks" 85 namespace: "launcher_overview" 86 description: "Enables separating external display tasks in Overview." 87 bug: "391311008" 88 metadata { 89 purpose: PURPOSE_BUGFIX 90 } 91} 92 93flag { 94 name: "enable_overview_on_connected_displays" 95 namespace: "launcher_overview" 96 description: "Enable overview on connected displays." 97 bug: "363251602" 98} 99 100flag { 101 name: "enable_overview_background_wallpaper_blur" 102 namespace: "launcher_overview" 103 description: "Enable wallpaper blur in overview." 104 bug: "369975912" 105} 106 107flag { 108 name: "enable_overview_desktop_tile_wallpaper_background" 109 namespace: "launcher_overview" 110 description: "Enable wallpaper background for desktop tasks in overview." 111 bug: "363257721" 112} 113 114flag { 115 name: "enable_show_enabled_shortcuts_in_accessibility_menu" 116 namespace: "launcher_overview" 117 description: "Enables showing the same shortcuts in the Task menu as well as the accessibility actions menu" 118 bug: "383662632" 119 metadata { 120 purpose: PURPOSE_BUGFIX 121 } 122} 123