-
Notifications
You must be signed in to change notification settings - Fork 3
/
mediaprovider_flags.aconfig
58 lines (51 loc) · 1.55 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
package: "com.android.providers.media.flags"
container: "com.android.mediaprovider"
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"
is_exported: true
namespace: "mediaprovider"
description: "This flag will enable accepting of URIs for pre-selection as an intent extra."
bug: "333038370"
}
flag {
name: "media_cognition_service"
is_exported: true
namespace: "mediaprovider"
description: "This flag will enable the abstract service for media cognition processes"
bug: "331771553"
}