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 | |
Steve Statia | e7a32a8 | 2024-03-14 01:49:50 +0000 | [diff] [blame] | 4 | # OWNER=pmadapurmath TARGET=24Q3 |
Thomas Stuart | cf22ed2 | 2023-11-07 11:24:47 -0800 | [diff] [blame] | 5 | flag { |
xiaotonj | 0cac199 | 2023-11-09 14:51:27 -0800 | [diff] [blame] | 6 | name: "use_improved_listener_order" |
| 7 | namespace: "telecom" |
| 8 | description: "Make InCallController the first listener to trigger" |
| 9 | bug: "24244713" |
| 10 | } |
| 11 | |
Steve Statia | e7a32a8 | 2024-03-14 01:49:50 +0000 | [diff] [blame] | 12 | # OWNER=tjstuart TARGET=24Q3 |
xiaotonj | 0cac199 | 2023-11-09 14:51:27 -0800 | [diff] [blame] | 13 | flag { |
Thomas Stuart | cf22ed2 | 2023-11-07 11:24:47 -0800 | [diff] [blame] | 14 | name: "fix_audio_flicker_for_outgoing_calls" |
| 15 | namespace: "telecom" |
| 16 | description: "This fix ensures the MO calls won't switch from Active to Quite b/c setDialing was not called" |
| 17 | bug: "309540769" |
| 18 | } |
Brad Ebinger | ee1b56d | 2023-12-11 17:31:57 -0800 | [diff] [blame] | 19 | |
Steve Statia | e7a32a8 | 2024-03-14 01:49:50 +0000 | [diff] [blame] | 20 | # OWNER=breadley TARGET=24Q3 |
Brad Ebinger | ee1b56d | 2023-12-11 17:31:57 -0800 | [diff] [blame] | 21 | flag { |
| 22 | name: "enable_call_sequencing" |
| 23 | namespace: "telecom" |
| 24 | description: "Enables simultaneous call sequencing for SIM PhoneAccounts" |
Brad Ebinger | 1206b80 | 2024-03-06 18:14:46 +0000 | [diff] [blame] | 25 | bug: "327038818" |
Brad Ebinger | ee1b56d | 2023-12-11 17:31:57 -0800 | [diff] [blame] | 26 | } |
Thomas Stuart | 5e34263 | 2024-05-16 22:55:47 +0000 | [diff] [blame] | 27 | |
| 28 | # OWNER=tjstuart TARGET=24Q4 |
| 29 | flag { |
| 30 | name: "transactional_hold_disconnects_unholdable" |
| 31 | namespace: "telecom" |
| 32 | description: "Disconnect ongoing unholdable calls for CallControlCallbacks" |
| 33 | bug: "340621152" |
| 34 | metadata { |
| 35 | purpose: PURPOSE_BUGFIX |
| 36 | } |
| 37 | } |