1package: "com.android.server.telecom.flags"
2container: "system"
3
4# OWNER=qingzhong TARGET=24Q2
5flag {
6  name: "early_binding_to_incall_service"
7  namespace: "telecom"
8  description: "Binds to InCallServices when call requires no call filtering on watch"
9  bug: "282113261"
10}
11
12# OWNER=pmadapurmath TARGET=24Q2
13flag {
14  name: "ecc_keyguard"
15  namespace: "telecom"
16  description: "Ensure that users are able to return to call from keyguard UI for ECC"
17  bug: "306582821"
18}
19
20# OWNER=pmadapurmath TARGET=24Q3
21flag {
22  name: "separately_bind_to_bt_incall_service"
23  namespace: "telecom"
24  description: "Binding/Unbinding to BluetoothInCallServices in proper time to improve call audio"
25  bug: "306395598"
26}
27