• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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: "association_tag"
14    is_exported: true
15    namespace: "companion"
16    description: "Enable Association tag APIs "
17    bug: "289241123"
18}
19
20flag {
21    name: "device_presence"
22    is_exported: true
23    namespace: "companion"
24    description: "Enable device presence APIs"
25    bug: "283000075"
26}
27
28flag {
29    name: "perm_sync_user_consent"
30    is_exported: true
31    namespace: "companion"
32    description: "Expose perm sync user consent API"
33    bug: "309528663"
34}
35
36flag {
37    name: "ongoing_perm_sync"
38    is_exported: true
39    namespace: "companion"
40    description: "Enable ongoing perm sync"
41    bug: "338469649"
42}
43
44flag {
45    name: "unpair_associated_device"
46    namespace: "companion"
47    description: "Unpair with an associated bluetooth device"
48    bug: "322237619"
49    is_exported: true
50}
51
52flag {
53    name: "association_failure_code"
54    is_exported: true
55    namespace: "companion"
56    description: "Enable association failure code API"
57    bug: "331459560"
58}
59
60flag {
61    name: "association_device_icon"
62    is_exported: true
63    namespace: "companion"
64    description: "Enable set device icon API"
65    bug: "341057668"
66}
67