• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package: "com.android.server.telecom.flags"
2container: "system"
3
4# OWNER=tgunn TARGET=24Q4
5flag {
6  name: "postpone_register_to_leaudio"
7  namespace: "telecom"
8  description: "Fix for Log.wtf in the BinderProxy"
9  bug: "333417369"
10}
11# OWNER=huiwang TARGET=25Q1
12flag {
13  name: "keep_bluetooth_devices_cache_updated"
14  namespace: "telecom"
15  description: "Fix the devices cache issue of BluetoothDeviceManager"
16  bug: "380320985"
17  metadata {
18    purpose: PURPOSE_BUGFIX
19  }
20}
21# OWNER=grantmenke TARGET=25Q2
22flag {
23  name: "skip_baseline_switch_when_route_not_bluetooth"
24  namespace: "telecom"
25  description: "Only switch back to baseline if the call audio is currently routed to bluetooth"
26  bug: "333417369"
27  metadata {
28    purpose: PURPOSE_BUGFIX
29  }
30}