blob: 2464557d588c296be4ea226ab33f8dacffbc1687 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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"
}
|