blob: 75efdfae370dc02e83d0d224e9950de5bb222ee3 [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
Steve Statiae7a32a82024-03-14 01:49:50 +00004# OWNER=grantmenke TARGET=24Q3
Grant Menked7e04c22023-08-30 14:33:38 -07005flag {
6 name: "voip_app_actions_support"
Oriol Prieto Gasco42d5ee72024-03-01 16:52:48 +00007 is_exported: true
Grant Menked7e04c22023-08-30 14:33:38 -07008 namespace: "telecom"
9 description: "When set, Telecom support for additional VOIP application actions is active."
10 bug: "296934278"
Grant Menke5c6b07d2023-10-10 10:39:53 -070011}
12
Steve Statiae7a32a82024-03-14 01:49:50 +000013# OWNER=grantmenke TARGET=24Q3
Grant Menke5c6b07d2023-10-10 10:39:53 -070014flag {
15 name: "call_details_id_changes"
Oriol Prieto Gasco42d5ee72024-03-01 16:52:48 +000016 is_exported: true
Grant Menke5c6b07d2023-10-10 10:39:53 -070017 namespace: "telecom"
18 description: "When set, call details/extras id updates to Telecom APIs for Android V are active."
19 bug: "301713560"
Grace Jiac6048372023-09-21 14:00:36 -070020}
21
Steve Statiae7a32a82024-03-14 01:49:50 +000022# OWNER=kunduz TARGET=24Q2
23flag {
Kunduz Baryktabasova4659f382023-10-02 10:52:41 +000024 name: "add_call_uri_for_missed_calls"
Oriol Prieto Gasco42d5ee72024-03-01 16:52:48 +000025 is_exported: true
Kunduz Baryktabasova4659f382023-10-02 10:52:41 +000026 namespace: "telecom"
27 description: "The key is used for dialer apps to mark missed calls as read when it gets the notification on reboot."
28 bug: "292597423"
29}
Thomas Stuartd225bde2023-12-19 10:55:47 -080030
Steve Statiae7a32a82024-03-14 01:49:50 +000031# OWNER=tjstuart TARGET=24Q3
32flag {
Thomas Stuartd225bde2023-12-19 10:55:47 -080033 name: "set_mute_state"
Oriol Prieto Gasco42d5ee72024-03-01 16:52:48 +000034 is_exported: true
Thomas Stuartd225bde2023-12-19 10:55:47 -080035 namespace: "telecom"
36 description: "transactional calls need the ability to mute the call audio input"
37 bug: "310669304"
38}
Thomas Stuart885a9312023-12-28 16:33:30 -080039
Steve Statiae7a32a82024-03-14 01:49:50 +000040# OWNER=tjstuart TARGET=24Q3
41flag {
Thomas Stuartdfa4fb62024-01-04 16:00:16 -080042 name: "get_registered_phone_accounts"
Oriol Prieto Gasco42d5ee72024-03-01 16:52:48 +000043 is_exported: true
Thomas Stuartdfa4fb62024-01-04 16:00:16 -080044 namespace: "telecom"
45 description: "When set, self-managed clients can get their own phone accounts"
46 bug: "317132586"
47}
48
Steve Statiae7a32a82024-03-14 01:49:50 +000049# OWNER=tjstuart TARGET=24Q3
50flag {
Thomas Stuart3a863ee2024-01-04 15:15:28 -080051 name: "transactional_video_state"
Oriol Prieto Gasco42d5ee72024-03-01 16:52:48 +000052 is_exported: true
Thomas Stuart3a863ee2024-01-04 15:15:28 -080053 namespace: "telecom"
54 description: "when set, clients using transactional implementations will be able to set & get the video state"
55 bug: "311265260"
56}
57
Steve Statiae7a32a82024-03-14 01:49:50 +000058# OWNER=tjstuart TARGET=24Q3
59flag {
Thomas Stuart885a9312023-12-28 16:33:30 -080060 name: "business_call_composer"
Oriol Prieto Gasco42d5ee72024-03-01 16:52:48 +000061 is_exported: true
Thomas Stuart885a9312023-12-28 16:33:30 -080062 namespace: "telecom"
63 description: "Enables enriched calling features (e.g. Business name will show for a call)"
64 bug: "311688497"
Thomas Stuart25f3cd22024-02-27 10:12:54 -080065 is_exported: true
Thomas Stuart885a9312023-12-28 16:33:30 -080066}
Tyler Gunn887afeb2024-02-28 21:04:15 +000067
Steve Statiae7a32a82024-03-14 01:49:50 +000068# OWNER=tgunn TARGET=25Q3
69flag {
Tyler Gunn887afeb2024-02-28 21:04:15 +000070 name: "get_last_known_cell_identity"
Oriol Prieto Gasco42d5ee72024-03-01 16:52:48 +000071 is_exported: true
Tyler Gunn887afeb2024-02-28 21:04:15 +000072 namespace: "telecom"
73 description: "Formalizes the getLastKnownCellIdentity API that Telecom reliees on as a system api"
74 bug: "327454165"
75}