1package: "com.android.server.telecom.flags"
2container: "system"
3
4# OWNER=pmadapurmath TARGET=24Q3
5flag {
6  name: "use_improved_listener_order"
7  namespace: "telecom"
8  description: "Make InCallController the first listener to trigger"
9  bug: "24244713"
10}
11
12# OWNER=tjstuart TARGET=24Q3
13flag {
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}
19
20# OWNER=breadley TARGET=24Q3
21flag {
22  name: "enable_call_sequencing"
23  namespace: "telecom"
24  description: "Enables simultaneous call sequencing for SIM PhoneAccounts"
25  bug: "327038818"
26}
27
28# OWNER=tjstuart TARGET=24Q4
29flag {
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}
38