blob: b84660402ccd899472fe02cec73821c1190416cf [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"
Himanshu Guptaf591ce52024-01-15 18:14:59 +053029}
30
31flag {
32 name: "private_space_restrict_accessibility_drag"
33 namespace: "launcher_search"
34 description: "This flag disables accessibility drag for Private Space Apps."
35 bug: "289223923"
36}