Thomas Stuart | cf22ed2 | 2023-11-07 11:24:47 -0800 | [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" |
Thomas Stuart | cf22ed2 | 2023-11-07 11:24:47 -0800 | [diff] [blame] | 3 | |
| 4 | flag { |
xiaotonj | 0cac199 | 2023-11-09 14:51:27 -0800 | [diff] [blame] | 5 | name: "use_improved_listener_order" |
| 6 | namespace: "telecom" |
| 7 | description: "Make InCallController the first listener to trigger" |
| 8 | bug: "24244713" |
| 9 | } |
| 10 | |
| 11 | flag { |
Thomas Stuart | cf22ed2 | 2023-11-07 11:24:47 -0800 | [diff] [blame] | 12 | name: "fix_audio_flicker_for_outgoing_calls" |
| 13 | namespace: "telecom" |
| 14 | description: "This fix ensures the MO calls won't switch from Active to Quite b/c setDialing was not called" |
| 15 | bug: "309540769" |
| 16 | } |
Brad Ebinger | ee1b56d | 2023-12-11 17:31:57 -0800 | [diff] [blame] | 17 | |
| 18 | flag { |
| 19 | name: "enable_call_sequencing" |
| 20 | namespace: "telecom" |
| 21 | description: "Enables simultaneous call sequencing for SIM PhoneAccounts" |
Brad Ebinger | 1206b80 | 2024-03-06 18:14:46 +0000 | [diff] [blame^] | 22 | bug: "327038818" |
Brad Ebinger | ee1b56d | 2023-12-11 17:31:57 -0800 | [diff] [blame] | 23 | } |