1package: "com.android.providers.media.flags"
2container: "com.android.mediaprovider"
3
4flag {
5    name: "pick_ordered_images"
6    is_exported: true
7    namespace: "mediaprovider"
8    description: "This flag controls whether to enable ordered selection in photopicker"
9    bug: "303784642"
10}
11
12flag {
13    name: "picker_default_tab"
14    is_exported: true
15    namespace: "mediaprovider"
16    description: "This flag will enable launching the photopicker in the requested tab/activity"
17    bug: "303783867"
18}
19
20flag {
21    name: "access_media_owner_package_name_permission"
22    is_exported: true
23    namespace: "mediaprovider"
24    description: "Controls exposure of the ACCESS_MEDIA_OWNER_PACKAGE_NAME permission name"
25    bug: "309920631"
26}
27
28flag {
29    name: "picker_recent_selection"
30    is_exported: true
31    namespace: "mediaprovider"
32    description: "This flag will enable selection of items based on recency of selection in picker choice."
33    bug: "323132658"
34}
35
36flag {
37    name: "picker_accent_color"
38    is_exported: true
39    namespace: "mediaprovider"
40    description: "This flag will enable setting an accent color in the photopicker"
41    bug: "303784053"
42}
43
44flag {
45    name: "picker_pre_selection"
46    is_exported: true
47    namespace: "mediaprovider"
48    description: "This flag will enable accepting of URIs for pre-selection as an intent extra."
49    bug: "333038370"
50}
51
52flag {
53    name: "media_cognition_service"
54    is_exported: true
55    namespace: "mediaprovider"
56    description: "This flag will enable the abstract service for media cognition processes"
57    bug: "331771553"
58}
59