blob: f329ca683e06bd955bac0ce6c6e09c7804bc86e0 [file] [log] [blame]
Thomas Stuartcf22ed22023-11-07 11:24:47 -08001package: "com.android.server.telecom.flags"
Oriol Prieto Gasco19b33822024-02-06 18:34:47 +00002container: "system"
Thomas Stuartcf22ed22023-11-07 11:24:47 -08003
4flag {
xiaotonj0cac1992023-11-09 14:51:27 -08005 name: "use_improved_listener_order"
6 namespace: "telecom"
7 description: "Make InCallController the first listener to trigger"
8 bug: "24244713"
9}
10
11flag {
Thomas Stuartcf22ed22023-11-07 11:24:47 -080012 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}
Brad Ebingeree1b56d2023-12-11 17:31:57 -080017
18flag {
19 name: "enable_call_sequencing"
20 namespace: "telecom"
21 description: "Enables simultaneous call sequencing for SIM PhoneAccounts"
Brad Ebinger1206b802024-03-06 18:14:46 +000022 bug: "327038818"
Brad Ebingeree1b56d2023-12-11 17:31:57 -080023}