blob: defb0e66cb47df0c91f3fe2a9b4dc9da99ac8280 [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."
Alex Chau9f2bc122023-10-26 13:59:00 +010035 bug: "302189128"
Thales Limaca31b612023-09-14 14:25:26 +010036}
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}
Tracy Zhou00f9e522023-10-24 18:39:36 -070044
45flag {
helencheukb4626f42023-12-11 11:33:30 +000046 name: "enable_focus_outline"
47 namespace: "launcher"
48 description: "Enables focus states outline for launcher."
49 bug: "310953377"
50}
51
52flag {
Tracy Zhou00f9e522023-10-24 18:39:36 -070053 name: "enable_taskbar_no_recreate"
54 namespace: "launcher"
55 description: "Enables taskbar with no recreation from lifecycle changes of TaskbarActivityContext."
56 bug: "299193589"
57}
Jon Miranda60ae29e2023-10-27 09:37:22 -070058
59flag {
60 name: "enable_home_transition_listener"
61 namespace: "launcher"
62 description: "Enables launcher to listen to all transitions that include home activity"
63 bug: "306053414"
64}
Jagrut Desai90dd0982023-11-09 09:57:38 -080065
66flag {
67 name: "enable_taskbar_pinning"
68 namespace: "launcher"
69 description: "Enables taskbar pinning to allow user to switch between transient and persistent taskbar flavors."
Jagrut Desai5bcad412023-12-20 11:09:50 -080070 bug: "296231746"
Jagrut Desai90dd0982023-11-09 09:57:38 -080071}
Tracy Zhou859edd02023-11-08 22:44:44 -080072
73flag {
fbaron9efed132023-11-29 09:47:29 -080074 name: "enable_unfolded_two_pane_picker"
75 namespace: "launcher"
76 description: "Enables two pane widget picker for unfolded foldables"
77 bug: "313922374"
78}
fbaron5176d7b2023-12-05 17:40:58 -080079
80flag {
81 name: "enable_tablet_two_pane_picker_v2"
82 namespace: "launcher"
83 description: "Enables full width two pane widget picker for tablets in landscape and portrait"
84 bug: "315055849"
85}
Rohit Goyal2e6010c2024-01-03 23:41:06 +053086
87flag {
Sebastian Franco9ae40322023-10-10 10:50:28 -070088 name: "enable_two_pane_launcher_settings"
89 namespace: "launcher"
90 description: "Enables two panel settings when on large enough displays"
91 bug: "204463748"
92}
93
94flag {
Anushree Ganjam5e9b71e2024-01-11 14:15:54 -080095 name: "enable_shortcut_dont_suggest_app"
96 namespace: "launcher"
97 description: "Enables don't suggest app shortcut for suggested apps"
98 bug: "319250810"
99}
100
101flag {
Rohit Goyal2e6010c2024-01-03 23:41:06 +0530102 name: "enable_support_for_archiving"
103 namespace: "launcher"
104 description: "Enables support for archived apps in Launcher3, such as empty progress bar etc."
105 bug: "210590852"
106}
Anna Zhuravleva29a31392023-12-20 16:34:27 +0000107
108flag {
109 name: "enable_private_space_install_shortcut"
110 namespace: "launcher"
111 description: "Enables long-press shortcut to install a copy of an app to Private space"
112 bug: "316118005"
113}
Charlie Andersonda3138c2024-01-11 12:20:23 -0500114
115flag {
116 name: "enable_launcher_br_metrics_fixed"
117 namespace: "launcher"
118 description: "Enables logging of Launcher restore metrics to the Backup & Restore team"
119 bug: "307527314"
120 is_fixed_read_only: true
121}
Sunny Goyal24d68d82024-01-03 11:38:09 -0800122
123flag {
124 name: "enable_reboot_unlock_animation"
125 namespace: "launcher"
126 description: "Enables unlock animation after device reboot"
127 bug: "298231234"
128}
129
130flag {
131 name: "enable_workspace_inflation"
132 namespace: "launcher"
133 description: "Enables asnc inflation of workspace icons"
134 bug: "318539160"
135}
Sunny Goyal2c206402023-08-25 11:22:11 -0700136
137flag {
138 name: "enable_unfold_state_animation"
139 namespace: "launcher"
140 description: "Tie unfold animation with state animation"
141 bug: "297057373"
142}