blob: 72f654e79a255412c3afbcddd3ae59acc6c1e187 [file] [log] [blame]
Anushree Ganjame1e71192023-10-23 14:39:46 -07001package: "com.android.launcher3"
Dennis Shend80efaf2024-09-09 19:58:11 +00002container: "system"
Anushree Ganjame1e71192023-10-23 14:39:46 -07003
4flag {
5 name: "enable_private_space"
6 namespace: "launcher_search"
7 description: "Enables all Launcher features associated with private space."
8 bug: "306187906"
9}
Brandon Dayauonf7f60712023-11-09 10:24:37 -080010
11flag {
12 name: "private_space_animation"
13 namespace: "launcher_search"
14 description: "This flag enables the animation of the Private Space container"
15 bug: "299294792"
Himanshu Gupta6c256542023-12-13 17:11:40 +000016}
17
18flag {
19 name: "private_space_sys_apps_separation"
20 namespace: "launcher_search"
21 description: "This flag enables showing system apps separate in Private Space container."
22 bug: "308054233"
23}
24
25flag {
26 name: "private_space_app_installer_button"
27 namespace: "launcher_search"
28 description: "This flag enables addition of App Installer button in Private Space container."
29 bug: "308064949"
Himanshu Guptaf591ce52024-01-15 18:14:59 +053030}
31
32flag {
33 name: "private_space_restrict_accessibility_drag"
34 namespace: "launcher_search"
35 description: "This flag disables accessibility drag for Private Space Apps."
36 bug: "289223923"
37}
Himanshu Gupta3ec66fb2024-01-30 09:00:12 +000038
39flag {
40 name: "private_space_restrict_item_drag"
41 namespace: "launcher_search"
42 description: "This flag disables drag and drop for Private Space Items."
43 bug: "289223923"
LaMont Jones74f77862024-02-26 14:49:47 -080044}
Brandon Dayauon892b96f2024-05-10 12:43:45 -070045
46
47flag {
Brandon Dayauone16a2722024-05-28 15:49:58 -070048 name: "private_space_add_floating_mask_view"
Brandon Dayauon892b96f2024-05-10 12:43:45 -070049 namespace: "launcher_search"
50 description: "This flag enables the floating mask view as part of the Private Space animation. "
51 bug: "339850589"
Brandon Dayauone16a2722024-05-28 15:49:58 -070052 metadata {
53 purpose: PURPOSE_BUGFIX
54 }
Brandon Dayauon892b96f2024-05-10 12:43:45 -070055}