1package: "com.android.launcher3" 2container: "system" 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: "257950105" 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: "257950105" 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}