blob: 1e31323a5534f8822d56bffb178de2ca885d3330 (
plain)
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
|
package: "com.android.documentsui.flags"
container: "system"
flag {
name: "use_material3"
namespace: "documentsui"
description: "Use Material 3 theme and styles."
bug: "373720657"
is_fixed_read_only: true
}
flag {
name: "use_search_v2_read_only"
namespace: "documentsui"
description: "Enables the next generation search functionality."
bug: "383412640"
is_fixed_read_only: true
}
flag {
name: "zip_ng_ro"
namespace: "documentsui"
description: "Enables the next generation ZIP functionality."
bug: "382550591"
is_fixed_read_only: true
}
flag {
name: "desktop_file_handling_ro"
namespace: "documentsui"
description: "Enables desktop file handling."
bug: "381778967"
is_fixed_read_only: true
}
flag {
name: "visual_signals_ro"
namespace: "documentsui"
description: "Enables in-app progress display of file operations"
bug: "378011512"
is_fixed_read_only: true
}
flag {
name: "hide_roots_on_desktop_ro"
namespace: "documentsui"
description: "Enables the hiding of the Images/Videos/Audio/Documents roots on desktop."
bug: "381959330"
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: "373242058"
is_fixed_read_only: true
}
|