blob: f3a2b8a6fd9de8b53fc31a5894ca44b86b433a08 [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
Thomas Stuartd225bde2023-12-19 10:55:47 -080025flag{
26 name: "set_mute_state"
27 namespace: "telecom"
28 description: "transactional calls need the ability to mute the call audio input"
29 bug: "310669304"
30}
Thomas Stuart885a9312023-12-28 16:33:30 -080031
32flag{
Thomas Stuart3a863ee2024-01-04 15:15:28 -080033 name: "transactional_video_state"
34 namespace: "telecom"
35 description: "when set, clients using transactional implementations will be able to set & get the video state"
36 bug: "311265260"
37}
38
39flag{
Thomas Stuart885a9312023-12-28 16:33:30 -080040 name: "business_call_composer"
41 namespace: "telecom"
42 description: "Enables enriched calling features (e.g. Business name will show for a call)"
43 bug: "311688497"
44}