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