-
Notifications
You must be signed in to change notification settings - Fork 167
/
Copy pathlauncher_search.aconfig
55 lines (47 loc) · 1.45 KB
/
launcher_search.aconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
package: "com.android.launcher3"
container: "system_ext"
flag {
name: "enable_private_space"
namespace: "launcher_search"
description: "Enables all Launcher features associated with private space."
bug: "306187906"
}
flag {
name: "private_space_animation"
namespace: "launcher_search"
description: "This flag enables the animation of the Private Space container"
bug: "299294792"
}
flag {
name: "private_space_sys_apps_separation"
namespace: "launcher_search"
description: "This flag enables showing system apps separate in Private Space container."
bug: "308054233"
}
flag {
name: "private_space_app_installer_button"
namespace: "launcher_search"
description: "This flag enables addition of App Installer button in Private Space container."
bug: "308064949"
}
flag {
name: "private_space_restrict_accessibility_drag"
namespace: "launcher_search"
description: "This flag disables accessibility drag for Private Space Apps."
bug: "289223923"
}
flag {
name: "private_space_restrict_item_drag"
namespace: "launcher_search"
description: "This flag disables drag and drop for Private Space Items."
bug: "289223923"
}
flag {
name: "private_space_add_floating_mask_view"
namespace: "launcher_search"
description: "This flag enables the floating mask view as part of the Private Space animation. "
bug: "339850589"
metadata {
purpose: PURPOSE_BUGFIX
}
}