blob: 97e56b79292d888482b69dd44789a88d82dea351 [file] [log] [blame]
Anushree Ganjame1e71192023-10-23 14:39:46 -07001package: "com.android.launcher3"
2
3flag {
4 name: "enable_private_space"
5 namespace: "launcher_search"
6 description: "Enables all Launcher features associated with private space."
7 bug: "306187906"
8}
Brandon Dayauonf7f60712023-11-09 10:24:37 -08009
10flag {
11 name: "private_space_animation"
12 namespace: "launcher_search"
13 description: "This flag enables the animation of the Private Space container"
14 bug: "299294792"
Himanshu Gupta6c256542023-12-13 17:11:40 +000015}
16
17flag {
18 name: "private_space_sys_apps_separation"
19 namespace: "launcher_search"
20 description: "This flag enables showing system apps separate in Private Space container."
21 bug: "308054233"
22}
23
24flag {
25 name: "private_space_app_installer_button"
26 namespace: "launcher_search"
27 description: "This flag enables addition of App Installer button in Private Space container."
28 bug: "308064949"
Brandon Dayauonf7f60712023-11-09 10:24:37 -080029}