qing | 0276c70 | 2023-07-28 20:14:20 +0000 | [diff] [blame] | 1 | package: "com.android.server.telecom.flags" |
Oriol Prieto Gasco | 19b3382 | 2024-02-06 18:34:47 +0000 | [diff] [blame^] | 2 | container: "system" |
qing | 0276c70 | 2023-07-28 20:14:20 +0000 | [diff] [blame] | 3 | |
| 4 | flag { |
| 5 | name: "early_binding_to_incall_service" |
| 6 | namespace: "telecom" |
| 7 | description: "Binds to InCallServices when call requires no call filtering on watch" |
| 8 | bug: "282113261" |
Pranav Madapurmath | 35ab806 | 2023-11-02 14:09:32 -0700 | [diff] [blame] | 9 | } |
| 10 | |
| 11 | flag { |
| 12 | name: "ecc_keyguard" |
| 13 | namespace: "telecom" |
| 14 | description: "Ensure that users are able to return to call from keyguard UI for ECC" |
| 15 | bug: "306582821" |
Grace Jia | e4ddd1a | 2023-10-19 09:36:01 -0700 | [diff] [blame] | 16 | } |
| 17 | |
| 18 | flag { |
| 19 | name: "separately_bind_to_bt_incall_service" |
| 20 | namespace: "telecom" |
| 21 | description: "Binding/Unbinding to BluetoothInCallServices in proper time to improve call audio" |
| 22 | bug: "306395598" |
| 23 | } |