blob: c8880e9991a9e942f44f469592e58cf953b988ed [file] [log] [blame]
Anushree Ganjam8a6b74e2023-08-28 16:35:46 -07001package: "com.android.launcher3"
Oriol Prieto Gasco29169452024-01-09 19:09:29 +00002container: "system"
Anushree Ganjamd1a28fe2023-08-23 21:40:57 -07003
4flag {
5 name: "enable_expanding_pause_work_button"
6 namespace: "launcher"
7 description: "Expand and collapse pause work button while scrolling."
8 bug: "270390779"
9}
Anushree Ganjam2a14b972023-08-30 13:31:10 -070010
11flag {
12 name: "enable_twoline_allapps"
13 namespace: "launcher"
14 description: "Enables two line label inside all apps."
15 bug: "270390937"
16}
Alex Chaue1955fe2023-09-13 15:33:57 +010017
18flag {
19 name: "enable_grid_only_overview"
20 namespace: "launcher"
21 description: "Enable a grid-only overview without a focused task."
Alex Chauc40e64e2023-09-14 12:27:37 +010022 bug: "257950105"
Alex Chaue1955fe2023-09-13 15:33:57 +010023}
Pat Manningc49d60b2023-09-13 16:40:27 +010024
25flag {
26 name: "enable_cursor_hover_states"
27 namespace: "launcher"
28 description: "Enables cursor hover states for certain elements."
29 bug: "243191650"
30}
Thales Limaca31b612023-09-14 14:25:26 +010031
32flag {
33 name: "enable_responsive_workspace"
34 namespace: "launcher"
35 description: "Enables new workspace grid calculations method."
Alex Chau9f2bc122023-10-26 13:59:00 +010036 bug: "302189128"
Thales Limaca31b612023-09-14 14:25:26 +010037}
Pat Manning1695cc72023-07-05 11:45:13 +010038
39flag {
40 name: "enable_overview_icon_menu"
41 namespace: "launcher"
42 description: "Enable updated overview icon and menu within task."
43 bug: "257950105"
44}
Tracy Zhou00f9e522023-10-24 18:39:36 -070045
46flag {
helencheukb4626f42023-12-11 11:33:30 +000047 name: "enable_focus_outline"
48 namespace: "launcher"
49 description: "Enables focus states outline for launcher."
50 bug: "310953377"
51}
52
53flag {
Tracy Zhou00f9e522023-10-24 18:39:36 -070054 name: "enable_taskbar_no_recreate"
55 namespace: "launcher"
56 description: "Enables taskbar with no recreation from lifecycle changes of TaskbarActivityContext."
57 bug: "299193589"
58}
Jon Miranda60ae29e2023-10-27 09:37:22 -070059
60flag {
61 name: "enable_home_transition_listener"
62 namespace: "launcher"
63 description: "Enables launcher to listen to all transitions that include home activity"
64 bug: "306053414"
65}
Jagrut Desai90dd0982023-11-09 09:57:38 -080066
67flag {
68 name: "enable_taskbar_pinning"
69 namespace: "launcher"
70 description: "Enables taskbar pinning to allow user to switch between transient and persistent taskbar flavors."
Jagrut Desai5bcad412023-12-20 11:09:50 -080071 bug: "296231746"
Jagrut Desai90dd0982023-11-09 09:57:38 -080072}
Tracy Zhou859edd02023-11-08 22:44:44 -080073
74flag {
Charlie Andersonc23a4402023-10-24 14:24:05 -040075 name: "enable_launcher_br_metrics"
76 namespace: "launcher"
77 description: "Enables logging of Launcher restore metrics to the Backup & Restore team"
78 bug: "307527314"
79}
fbaron9efed132023-11-29 09:47:29 -080080
81flag {
82 name: "enable_unfolded_two_pane_picker"
83 namespace: "launcher"
84 description: "Enables two pane widget picker for unfolded foldables"
85 bug: "313922374"
86}
fbaron5176d7b2023-12-05 17:40:58 -080087
88flag {
89 name: "enable_tablet_two_pane_picker_v2"
90 namespace: "launcher"
91 description: "Enables full width two pane widget picker for tablets in landscape and portrait"
92 bug: "315055849"
93}
Rohit Goyal2e6010c2024-01-03 23:41:06 +053094
95flag {
96 name: "enable_support_for_archiving"
97 namespace: "launcher"
98 description: "Enables support for archived apps in Launcher3, such as empty progress bar etc."
99 bug: "210590852"
100}