summaryrefslogtreecommitdiff
path: root/core/java/android/companion/flags.aconfig
blob: cdfd08876241468a625e96a64c5a7105808b6f32 (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
package: "android.companion"
container: "system"

flag {
    name: "new_association_builder"
    namespace: "companion"
    description: "Controls if the new Builder is exposed to test apis."
    bug: "296251481"
}

flag {
    name: "companion_transport_apis"
    namespace: "companion"
    description: "Grants access to the companion transport apis."
    bug: "288297505"
}

flag {
    name: "association_tag"
    namespace: "companion"
    description: "Enable Association tag APIs "
    bug: "289241123"
}

flag {
    name: "device_presence"
    namespace: "companion"
    description: "Enable device presence APIs"
    bug: "283000075"
}

flag {
    name: "perm_sync_user_consent"
    namespace: "companion"
    description: "Expose perm sync user consent API"
    bug: "309528663"
}