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