blob: ed75f145e8c1851f3c88d912ff17a2b0dcecc613 [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 {
6 name: "transactional_cs_verifier"
7 namespace: "telecom"
8 description: "verify connection service callbacks via a transaction"
9 bug: "309541257"
Thomas Stuartd35aede2024-03-12 00:18:06 +000010}
11
12flag {
13 name: "cache_call_audio_callbacks"
14 namespace: "telecom"
15 description: "cache call audio callbacks if the service is not available and execute when set"
16 bug: "321369729"
Brad Ebinger230735e2024-05-10 13:35:48 -070017}
18
19# OWNER = breadley TARGET=24Q3
20flag {
21 name: "cancel_removal_on_emergency_redial"
22 namespace: "telecom"
23 description: "When redialing an emergency call on another connection service, ensure any pending removal operation is cancelled"
24 bug: "341157874"
25 metadata {
26 purpose: PURPOSE_BUGFIX
27 }
28}