• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package: "com.android.bluetooth.flags"
2container: "com.android.bt"
3
4flag {
5    name: "pbap_client_storage_refactor"
6    namespace: "bluetooth"
7    description: "Abstract away accounts/storage and change how contacts are passed and stored"
8    bug: "376461939"
9}
10
11flag {
12    name: "pbap_client_contacts_caching"
13    namespace: "bluetooth"
14    description: "Use primary and secondary versions to persist contacts across connections"
15    bug: "376461947"
16}
17
18flag {
19    name: "pbap_cleanup_use_handler"
20    namespace: "bluetooth"
21    description: "Use handler to prevent NPE from multi threading"
22    bug: "396306579"
23    metadata {
24        purpose: PURPOSE_BUGFIX
25    }
26}
27
28flag {
29    name: "pbap_limit_call_log"
30    namespace: "bluetooth"
31    description: "Limit the number of call log correctly"
32    bug: "401127740"
33    metadata {
34        purpose: PURPOSE_BUGFIX
35    }
36}
37