blob: 3e01db9a8b27f222473dfd76006b52116d598185 [file] [log] [blame]
Grant Menked7e04c22023-08-30 14:33:38 -07001package: "com.android.server.telecom.flags"
Oriol Prieto Gasco19b33822024-02-06 18:34:47 +00002container: "system"
Grant Menked7e04c22023-08-30 14:33:38 -07003
4flag {
5 name: "voip_app_actions_support"
6 namespace: "telecom"
7 description: "When set, Telecom support for additional VOIP application actions is active."
8 bug: "296934278"
Grant Menke5c6b07d2023-10-10 10:39:53 -07009}
10
11flag {
12 name: "call_details_id_changes"
13 namespace: "telecom"
14 description: "When set, call details/extras id updates to Telecom APIs for Android V are active."
15 bug: "301713560"
Grace Jiac6048372023-09-21 14:00:36 -070016}
17
Kunduz Baryktabasova4659f382023-10-02 10:52:41 +000018flag{
19 name: "add_call_uri_for_missed_calls"
20 namespace: "telecom"
21 description: "The key is used for dialer apps to mark missed calls as read when it gets the notification on reboot."
22 bug: "292597423"
23}
Thomas Stuartd225bde2023-12-19 10:55:47 -080024
25
26flag{
27 name: "set_mute_state"
28 namespace: "telecom"
29 description: "transactional calls need the ability to mute the call audio input"
30 bug: "310669304"
31}