1package: "com.android.server.telecom.flags"
2container: "system"
3
4# OWNER=tjstuart TARGET=24Q3
5flag {
6  name: "prevent_redundant_location_permission_grant_and_revoke"
7  namespace: "telecom"
8  description: "avoid redundant action of grant and revoke location permission for multiple emergency calls"
9  bug: "345386002"
10}
11
12flag {
13  name: "transactional_cs_verifier"
14  namespace: "telecom"
15  description: "verify connection service callbacks via a transaction"
16  bug: "309541257"
17}
18
19flag {
20  name: "cache_call_audio_callbacks"
21  namespace: "telecom"
22  description: "cache call audio callbacks if the service is not available and execute when set"
23  bug: "321369729"
24}
25
26# OWNER=breadley TARGET=24Q4
27flag {
28  name: "cache_call_events"
29  namespace: "telecom"
30  description: "Cache call events to wait for the ServiceWrapper to be set"
31  bug: "364311190"
32  metadata {
33      purpose: PURPOSE_BUGFIX
34    }
35}
36
37# OWNER = breadley TARGET=24Q3
38flag {
39  name: "cancel_removal_on_emergency_redial"
40  namespace: "telecom"
41  description: "When redialing an emergency call on another connection service, ensure any pending removal operation is cancelled"
42  bug: "341157874"
43  metadata {
44      purpose: PURPOSE_BUGFIX
45    }
46}
47
48# OWNER=breadley TARGET=24Q4
49flag {
50  name: "use_stream_voice_call_tones"
51  namespace: "telecom"
52  description: "Use STREAM_VOICE_CALL only for ToneGenerator"
53  bug: "363262590"
54  metadata {
55      purpose: PURPOSE_BUGFIX
56    }
57}
58
59# OWNER=tjstuart TARGET=25Q1
60flag {
61  name: "remap_transactional_capabilities"
62  namespace: "telecom"
63  description: "Transactional call capabilities need to be remapped to Connection capabilities"
64  bug: "366063695"
65  metadata {
66      purpose: PURPOSE_BUGFIX
67    }
68}