blob: 08a82bae8684940a1fd9cd0513daf3c77515988c [file] [log] [blame]
qing0276c702023-07-28 20:14:20 +00001package: "com.android.server.telecom.flags"
Oriol Prieto Gasco19b33822024-02-06 18:34:47 +00002container: "system"
qing0276c702023-07-28 20:14:20 +00003
4flag {
5 name: "early_binding_to_incall_service"
6 namespace: "telecom"
7 description: "Binds to InCallServices when call requires no call filtering on watch"
8 bug: "282113261"
Pranav Madapurmath35ab8062023-11-02 14:09:32 -07009}
10
11flag {
12 name: "ecc_keyguard"
13 namespace: "telecom"
14 description: "Ensure that users are able to return to call from keyguard UI for ECC"
15 bug: "306582821"
Grace Jiae4ddd1a2023-10-19 09:36:01 -070016}
17
18flag {
19 name: "separately_bind_to_bt_incall_service"
20 namespace: "telecom"
21 description: "Binding/Unbinding to BluetoothInCallServices in proper time to improve call audio"
22 bug: "306395598"
23}