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