blob: 634d7a383493a862b3e5395ac1f37204986ebbf9 [file] [log] [blame]
Thomas Stuart663bd932023-11-07 11:38:02 -08001package: "com.android.server.telecom.flags"
Oriol Prieto Gasco19b33822024-02-06 18:34:47 +00002container: "system"
Thomas Stuart663bd932023-11-07 11:38:02 -08003
Steve Statiae7a32a82024-03-14 01:49:50 +00004# OWNER=tjstuart TARGET=24Q3
Thomas Stuart663bd932023-11-07 11:38:02 -08005flag {
Ruijie Bai5baccc82024-06-04 11:02:42 +08006 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 {
Thomas Stuart663bd932023-11-07 11:38:02 -080013 name: "transactional_cs_verifier"
14 namespace: "telecom"
15 description: "verify connection service callbacks via a transaction"
16 bug: "309541257"
Thomas Stuartd35aede2024-03-12 00:18:06 +000017}
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"
Brad Ebinger230735e2024-05-10 13:35:48 -070024}
25
Brad Ebinger3e883652024-09-05 14:45:10 -070026# 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
Brad Ebinger230735e2024-05-10 13:35:48 -070037# 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}
Brad Ebingere19f4522024-08-30 11:12:24 -070047
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 }
Thomas Stuart5133d8e2024-09-13 23:46:04 +000057}
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 }
Brad Ebingere19f4522024-08-30 11:12:24 -070068}