summaryrefslogtreecommitdiff
path: root/flags/telecom_callaudioroutestatemachine_flags.aconfig
blob: 7ff1440630f4de55a3d982e36b1ccf70c8809ce7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
package: "com.android.server.telecom.flags"

flag {
  name: "available_routes_never_updated_after_set_system_audio_state"
  namespace: "telecom"
  description: "Fix supported routes wrongly include bluetooth issue."
  bug: "292599751"
}

flag {
  name: "ensure_audio_mode_updates_on_foreground_call_change"
  namespace: "telecom"
  description: "Ensure that the audio mode is updated anytime the foreground call changes."
  bug: "289861657"
}

flag {
  name: "ignore_auto_route_to_watch_device"
  namespace: "telecom"
  description: "Ignore auto routing to wearable devices."
  bug: "294378768"
}

flag {
  name: "transit_route_before_audio_disconnect_bt"
  namespace: "telecom"
  description: "Fix audio route transition issue on call disconnection when bt audio connected."
  bug: "306113816"
}