| 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 |
| } |
| } |