-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathmediaprovider_flags.aconfig
158 lines (140 loc) · 4.08 KB
/
mediaprovider_flags.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
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
package: "com.android.providers.media.flags"
container: "com.android.mediaprovider"
flag {
name: "enable_modern_photopicker"
is_exported: true
namespace: "mediaprovider"
description: "This flag controls whether the modern photopicker is enabled"
bug: "303779617"
}
flag {
name: "pick_ordered_images"
is_exported: true
namespace: "mediaprovider"
description: "This flag controls whether to enable ordered selection in photopicker"
bug: "303784642"
}
flag {
name: "picker_default_tab"
is_exported: true
namespace: "mediaprovider"
description: "This flag will enable launching the photopicker in the requested tab/activity"
bug: "303783867"
}
flag {
name: "access_media_owner_package_name_permission"
is_exported: true
namespace: "mediaprovider"
description: "Controls exposure of the ACCESS_MEDIA_OWNER_PACKAGE_NAME permission name"
bug: "309920631"
}
flag {
name: "picker_recent_selection"
is_exported: true
namespace: "mediaprovider"
description: "This flag will enable selection of items based on recency of selection in picker choice."
bug: "323132658"
}
flag {
name: "picker_accent_color"
is_exported: true
namespace: "mediaprovider"
description: "This flag will enable setting an accent color in the photopicker"
bug: "303784053"
}
flag {
name: "picker_pre_selection_extra"
is_exported: true
namespace: "mediaprovider"
description: "This flag will enable accepting of URIs for pre-selection as an intent extra."
bug: "333038370"
is_fixed_read_only: true
}
flag {
name: "media_cognition_service"
is_exported: true
namespace: "mediaprovider"
description: "This flag will enable the abstract service for media cognition processes"
bug: "331771553"
is_fixed_read_only: true
}
flag {
name: "version_lockdown"
is_exported: true
namespace: "mediaprovider"
description: "This flag will enable updates to MediaStore versioning to make it more unique across apps."
bug: "343977174"
is_fixed_read_only: true
}
flag {
name: "enable_stable_uris_for_external_primary_volume"
is_exported: true
namespace: "mediaprovider"
description: "This flag will enable stable uris for external primary volume"
bug: "213931581"
is_fixed_read_only: true
}
flag {
name: "enable_stable_uris_for_public_volume"
is_exported: true
namespace: "mediaprovider"
description: "This flag will enable stable uris for public volume"
bug: "213931581"
is_fixed_read_only: true
}
flag {
name: "enable_backup_and_restore"
is_exported: true
namespace: "mediaprovider"
description: "This flag will enable backup and restore feature"
bug: "195138692"
is_fixed_read_only: true
}
flag {
name: "enable_embedded_photopicker"
is_exported: true
namespace: "mediaprovider"
description: "This flag controls whether the embedded photopicker is enabled"
bug: "353634929"
is_fixed_read_only: true
}
flag {
name: "enable_oem_metadata"
is_exported: true
is_fixed_read_only: true
namespace: "mediaprovider"
description: "This flag will enable support for OEM metadata column"
bug: "352528480"
}
flag {
name: "media_store_open_file"
is_exported: true
is_fixed_read_only: true
namespace: "mediaprovider"
description: "This flag will enable new APIs for opening media files through MediaStore"
bug: "356147697"
}
flag {
name: "inferred_media_date"
is_exported: true
namespace: "mediaprovider"
description: "Controls exposure of inferred_media_date column"
bug: "352524889"
is_fixed_read_only: true
}
flag {
name: "audio_sample_columns"
is_exported: true
namespace: "mediaprovider"
description: "Controls exposure of bits_per_sample and samplerate audio columns"
bug: "352523369"
is_fixed_read_only: true
}
flag {
name: "enable_photopicker_search"
is_exported: true
namespace: "mediaprovider"
description: "This flag controls whether to enable search feature in photopicker"
bug: "361026918"
is_fixed_read_only: true
}