summaryrefslogtreecommitdiff
path: root/flags/pbapclient.aconfig
blob: e78708e2c00ef8b11ac1dfadb746eac96277d72a (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
package: "com.android.bluetooth.flags"
container: "com.android.bt"

flag {
    name: "pbap_client_storage_refactor"
    namespace: "bluetooth"
    description: "Abstract away accounts/storage and change how contacts are passed and stored"
    bug: "376461939"
}

flag {
    name: "pbap_client_contacts_caching"
    namespace: "bluetooth"
    description: "Use primary and secondary versions to persist contacts across connections"
    bug: "376461947"
}

flag {
    name: "pbap_cleanup_use_handler"
    namespace: "bluetooth"
    description: "Use handler to prevent NPE from multi threading"
    bug: "396306579"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "pbap_limit_call_log"
    namespace: "bluetooth"
    description: "Limit the number of call log correctly"
    bug: "401127740"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}