-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmediaprovider_flags.aconfig
36 lines (31 loc) · 1011 Bytes
/
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
package: "com.android.providers.media.flags"
flag {
name: "pick_ordered_images"
namespace: "mediaprovider"
description: "This flag controls whether to enable ordered selection in photopicker"
bug: "303784642"
}
flag {
name: "picker_default_tab"
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"
namespace: "mediaprovider"
description: "Controls exposure of the ACCESS_MEDIA_OWNER_PACKAGE_NAME permission name"
bug: "309920631"
}
flag {
name: "picker_recent_selection"
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"
namespace: "mediaprovider"
description: "This flag will enable setting an accent color in the photopicker"
bug: "303784053"
}