blob: 28e9dd8563da126ddab84469c819a8458b7c0783 [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
Steve Statiae7a32a82024-03-14 01:49:50 +00004# OWNER=pmadapurmath TARGET=24Q3
Thomas Stuartcf22ed22023-11-07 11:24:47 -08005flag {
xiaotonj0cac1992023-11-09 14:51:27 -08006 name: "use_improved_listener_order"
7 namespace: "telecom"
8 description: "Make InCallController the first listener to trigger"
9 bug: "24244713"
10}
11
Steve Statiae7a32a82024-03-14 01:49:50 +000012# OWNER=tjstuart TARGET=24Q3
xiaotonj0cac1992023-11-09 14:51:27 -080013flag {
Thomas Stuartcf22ed22023-11-07 11:24:47 -080014 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 Ebingeree1b56d2023-12-11 17:31:57 -080019
Steve Statiae7a32a82024-03-14 01:49:50 +000020# OWNER=breadley TARGET=24Q3
Brad Ebingeree1b56d2023-12-11 17:31:57 -080021flag {
22 name: "enable_call_sequencing"
23 namespace: "telecom"
24 description: "Enables simultaneous call sequencing for SIM PhoneAccounts"
Brad Ebinger1206b802024-03-06 18:14:46 +000025 bug: "327038818"
Brad Ebingeree1b56d2023-12-11 17:31:57 -080026}