blob: cdfcc30bf8f7e7564bb5d9218ff118e6cdaede08 [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}