blob: 874f862ecdbf2344328f96a9db56c64be922d731 [file] [log] [blame]
Anushree Ganjam8a6b74e2023-08-28 16:35:46 -07001package: "com.android.launcher3"
Anushree Ganjamd1a28fe2023-08-23 21:40:57 -07002
3flag {
4 name: "enable_expanding_pause_work_button"
5 namespace: "launcher"
6 description: "Expand and collapse pause work button while scrolling."
7 bug: "270390779"
8}
Anushree Ganjam2a14b972023-08-30 13:31:10 -07009
10flag {
11 name: "enable_twoline_allapps"
12 namespace: "launcher"
13 description: "Enables two line label inside all apps."
14 bug: "270390937"
15}
Alex Chaue1955fe2023-09-13 15:33:57 +010016
17flag {
18 name: "enable_grid_only_overview"
19 namespace: "launcher"
20 description: "Enable a grid-only overview without a focused task."
Alex Chauc40e64e2023-09-14 12:27:37 +010021 bug: "257950105"
Alex Chaue1955fe2023-09-13 15:33:57 +010022}
Pat Manningc49d60b2023-09-13 16:40:27 +010023
24flag {
25 name: "enable_cursor_hover_states"
26 namespace: "launcher"
27 description: "Enables cursor hover states for certain elements."
28 bug: "243191650"
29}
Thales Limaca31b612023-09-14 14:25:26 +010030
31flag {
32 name: "enable_responsive_workspace"
33 namespace: "launcher"
34 description: "Enables new workspace grid calculations method."
35 bug: "241386436"
36}
Pat Manning1695cc72023-07-05 11:45:13 +010037
38flag {
39 name: "enable_overview_icon_menu"
40 namespace: "launcher"
41 description: "Enable updated overview icon and menu within task."
42 bug: "257950105"
43}