blob: e1a652ba87c42dedbba7d95006d374f16c84d970 [file] [log] [blame]
qing0276c702023-07-28 20:14:20 +00001package: "com.android.server.telecom.flags"
2
3flag {
4 name: "early_binding_to_incall_service"
5 namespace: "telecom"
6 description: "Binds to InCallServices when call requires no call filtering on watch"
7 bug: "282113261"
Pranav Madapurmath35ab8062023-11-02 14:09:32 -07008}
9
10flag {
11 name: "ecc_keyguard"
12 namespace: "telecom"
13 description: "Ensure that users are able to return to call from keyguard UI for ECC"
14 bug: "306582821"
qing0276c702023-07-28 20:14:20 +000015}