1package: "android.companion"
2container: "system"
3
4flag {
5    name: "new_association_builder"
6    is_exported: true
7    namespace: "companion"
8    description: "Controls if the new Builder is exposed to test apis."
9    bug: "296251481"
10}
11
12flag {
13    name: "companion_transport_apis"
14    namespace: "companion"
15    description: "Grants access to the companion transport apis."
16    bug: "288297505"
17}
18
19flag {
20    name: "association_tag"
21    is_exported: true
22    namespace: "companion"
23    description: "Enable Association tag APIs "
24    bug: "289241123"
25}
26
27flag {
28    name: "device_presence"
29    is_exported: true
30    namespace: "companion"
31    description: "Enable device presence APIs"
32    bug: "283000075"
33}
34
35flag {
36    name: "perm_sync_user_consent"
37    is_exported: true
38    namespace: "companion"
39    description: "Expose perm sync user consent API"
40    bug: "309528663"
41}
42
43flag {
44    name: "ongoing_perm_sync"
45    is_exported: true
46    namespace: "companion"
47    description: "Enable ongoing perm sync"
48    bug: "338469649"
49}
50
51flag {
52    name: "unpair_associated_device"
53    namespace: "companion"
54    description: "Unpair with an associated bluetooth device"
55    bug: "322237619"
56}