-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathflags.aconfig
More file actions
98 lines (86 loc) · 2.26 KB
/
flags.aconfig
File metadata and controls
98 lines (86 loc) · 2.26 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
package: "com.android.documentsui.flags"
container: "system"
flag {
name: "use_material3"
namespace: "documentsui"
description: "Use Material 3 theme and styles."
bug: "401974530"
is_fixed_read_only: true
}
flag {
name: "desktop_ux_phase_2_ro"
namespace: "documentsui"
description: "Desktop UX bug fixes and improvements, phase 2"
bug: "432658978"
is_fixed_read_only: true
}
flag {
name: "use_search_v2_read_only"
namespace: "documentsui"
description: "Enables the next generation search functionality."
bug: "408892602"
is_fixed_read_only: true
}
flag {
name: "zip_ng_ro"
namespace: "documentsui"
description: "Enables the next generation ZIP functionality."
bug: "411269957"
is_fixed_read_only: true
}
flag {
name: "desktop_file_handling_ro"
namespace: "documentsui"
description: "Enables desktop file handling."
bug: "406599215"
is_fixed_read_only: true
}
flag {
name: "visual_signals_ro"
namespace: "documentsui"
description: "Enables in-app progress display of file operations"
bug: "401974530"
is_fixed_read_only: true
}
flag {
name: "redirect_get_content_ro"
namespace: "documentsui"
description: "Redirects GET_CONTENT requests to Photopicker when appropriate"
bug: "377771195"
is_fixed_read_only: true
}
flag {
name: "use_peek_preview_ro"
namespace: "documentsui"
description: "Enables the Peek previewing capability as a substitute for the Inspector."
bug: "411269618"
is_fixed_read_only: true
}
flag {
name: "enable_trash_flow_ro"
namespace: "documentsui"
description: "Enables the documents trash flow"
bug: "409265240"
is_fixed_read_only: true
}
flag {
name: "support_visible_background_user"
namespace: "documentsui"
description: "Enables support for visible background users."
bug: "393987170"
is_fixed_read_only: true
}
flag {
name: "home_screen_files_ro"
namespace: "documentsui"
description: "Enables the home screen folder and its files."
bug: "438288106"
is_fixed_read_only: true
}
flag {
name: "single_click_to_select"
namespace: "documentsui"
description: "Enables single mouse-click to select files"
bug: "389814214"
is_fixed_read_only: true
}