blob: a68042e40ecfc4c4b9e38b0e629b78cbe0c358c5 [file] [log] [blame]
Thomas Stuartcf22ed22023-11-07 11:24:47 -08001package: "com.android.server.telecom.flags"
2
3flag {
xiaotonj0cac1992023-11-09 14:51:27 -08004 name: "use_improved_listener_order"
5 namespace: "telecom"
6 description: "Make InCallController the first listener to trigger"
7 bug: "24244713"
8}
9
10flag {
Thomas Stuartcf22ed22023-11-07 11:24:47 -080011 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 Ebingeree1b56d2023-12-11 17:31:57 -080016
17flag {
18 name: "enable_call_sequencing"
19 namespace: "telecom"
20 description: "Enables simultaneous call sequencing for SIM PhoneAccounts"
21 bug: "297446980"
22}