| Sal Savage | ace9211 | 2024-10-30 10:14:10 -0700 | [diff] [blame] | 1 | package: "com.android.bluetooth.flags" |
| William Escande | cce9c8a | 2024-12-18 19:05:16 -0800 | [diff] [blame] | 2 | container: "com.android.bt" |
| Sal Savage | ace9211 | 2024-10-30 10:14:10 -0700 | [diff] [blame] | 3 | |
| 4 | flag { |
| 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 | |
| 11 | flag { |
| 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 | } |
| Kyunglyul Hyun | ca91e37 | 2025-02-13 19:41:26 +0000 | [diff] [blame] | 17 | |
| 18 | flag { |
| 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 | } |
| Kyunglyul Hyun | 06a0610 | 2025-03-06 06:31:50 +0000 | [diff] [blame] | 27 | |
| 28 | flag { |
| 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 | } |