Thomas Stuart | cf22ed2 | 2023-11-07 11:24:47 -0800 | [diff] [blame] | 1 | package: "com.android.server.telecom.flags" |
| 2 | |
| 3 | flag { |
xiaotonj | 0cac199 | 2023-11-09 14:51:27 -0800 | [diff] [blame] | 4 | name: "use_improved_listener_order" |
| 5 | namespace: "telecom" |
| 6 | description: "Make InCallController the first listener to trigger" |
| 7 | bug: "24244713" |
| 8 | } |
| 9 | |
| 10 | flag { |
Thomas Stuart | cf22ed2 | 2023-11-07 11:24:47 -0800 | [diff] [blame] | 11 | name: "fix_audio_flicker_for_outgoing_calls" |
| 12 | namespace: "telecom" |
| 13 | description: "This fix ensures the MO calls won't switch from Active to Quite b/c setDialing was not called" |
| 14 | bug: "309540769" |
| 15 | } |
Brad Ebinger | ee1b56d | 2023-12-11 17:31:57 -0800 | [diff] [blame^] | 16 | |
| 17 | flag { |
| 18 | name: "enable_call_sequencing" |
| 19 | namespace: "telecom" |
| 20 | description: "Enables simultaneous call sequencing for SIM PhoneAccounts" |
| 21 | bug: "297446980" |
| 22 | } |