summaryrefslogtreecommitdiff
path: root/flags/flags.aconfig
blob: 2dd34e5fffa6919d678708d0941ef5b914ee5d5f (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
package: "com.android.permission.flags"
container: "com.android.permission"

flag {
    name: "private_profile_supported"
    is_exported: true
    namespace: "permissions"
    description: "This flag is used to support private profile in safety center"
    bug: "286539356"
    is_fixed_read_only: true
}

flag {
    name: "private_profile_title_api"
    is_exported: true
    namespace: "permissions"
    description: "This flag is used to guard the private profile title api in safety center"
    bug: "286539356"
    is_fixed_read_only: true
}

flag {
    name: "wear_privacy_dashboard_enabled_read_only"
    is_exported: true
    namespace: "wear_security"
    description: "This flag is used to support Privacy dashboard for Wear"
    bug: "309721061"
    is_fixed_read_only: true
}

flag {
    name: "archiving_read_only"
    is_exported: true
    namespace: "permissions"
    description: "Feature flag to enable the archiving feature."
    bug: "278553670"
    is_fixed_read_only: true
}

flag {
    name: "add_banners_to_privacy_sensitive_apps_for_aaos"
    is_exported: true
    namespace: "permissions"
    description: "Flag to display warning banners to privacy sensitive apps in AAOS."
    bug: "327489942"
    is_fixed_read_only: true
}

flag {
    name: "enable_coarse_fine_location_prompt_for_aaos"
    is_exported: true
    namespace: "permissions"
    description: "Feature flag to enable downgrading to coarse location on Automotive"
    bug: "346369736"
    is_fixed_read_only: true
}

flag {
    name: "livevdata_refactor_permission_timeline_enabled"
    is_exported: true
    namespace: "permissions"
    description: "This flag is used to enable modern app architecture implementation for timeline page"
    bug: "354234946"
    is_fixed_read_only: true
}