1package: "com.android.server.telecom.flags"
2container: "system"
3
4# OWNER=yeabkal TARGET=24Q2
5flag {
6  name: "use_device_provided_serialized_ringer_vibration"
7  namespace: "telecom"
8  description: "Gates whether to use a serialized, device-specific ring vibration."
9  bug: "282113261"
10}
11
12# OWNER=grantmenke TARGET=24Q4
13flag {
14  name: "ensure_in_car_ringing"
15  namespace: "telecom"
16  description: "Gates whether to ensure that when a user is in their car, they are able to hear ringing for an incoming call."
17  bug: "348708398"
18}
19
20
21# OWNER=tjstuart TARGET=25Q1
22flag {
23  name: "get_ringer_mode_anom_report"
24  namespace: "telecom"
25  description: "getRingerMode & getRingerModeInternal should return the same val when dnd is off"
26  bug: "307389562"
27    metadata {
28      purpose: PURPOSE_BUGFIX
29    }
30}