blob: 5ecd4772aa0142d48829141fabb39a906aeba600 [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"
Oriol Prieto Gasco42d5ee72024-03-01 16:52:48 +00006 is_exported: true
Grant Menked7e04c22023-08-30 14:33:38 -07007 namespace: "telecom"
8 description: "When set, Telecom support for additional VOIP application actions is active."
9 bug: "296934278"
Grant Menke5c6b07d2023-10-10 10:39:53 -070010}
11
12flag {
13 name: "call_details_id_changes"
Oriol Prieto Gasco42d5ee72024-03-01 16:52:48 +000014 is_exported: true
Grant Menke5c6b07d2023-10-10 10:39:53 -070015 namespace: "telecom"
16 description: "When set, call details/extras id updates to Telecom APIs for Android V are active."
17 bug: "301713560"
Grace Jiac6048372023-09-21 14:00:36 -070018}
19
Kunduz Baryktabasova4659f382023-10-02 10:52:41 +000020flag{
21 name: "add_call_uri_for_missed_calls"
Oriol Prieto Gasco42d5ee72024-03-01 16:52:48 +000022 is_exported: true
Kunduz Baryktabasova4659f382023-10-02 10:52:41 +000023 namespace: "telecom"
24 description: "The key is used for dialer apps to mark missed calls as read when it gets the notification on reboot."
25 bug: "292597423"
26}
Thomas Stuartd225bde2023-12-19 10:55:47 -080027
Thomas Stuartd225bde2023-12-19 10:55:47 -080028flag{
29 name: "set_mute_state"
Oriol Prieto Gasco42d5ee72024-03-01 16:52:48 +000030 is_exported: true
Thomas Stuartd225bde2023-12-19 10:55:47 -080031 namespace: "telecom"
32 description: "transactional calls need the ability to mute the call audio input"
33 bug: "310669304"
34}
Thomas Stuart885a9312023-12-28 16:33:30 -080035
36flag{
Thomas Stuartdfa4fb62024-01-04 16:00:16 -080037 name: "get_registered_phone_accounts"
Oriol Prieto Gasco42d5ee72024-03-01 16:52:48 +000038 is_exported: true
Thomas Stuartdfa4fb62024-01-04 16:00:16 -080039 namespace: "telecom"
40 description: "When set, self-managed clients can get their own phone accounts"
41 bug: "317132586"
42}
43
44flag{
Thomas Stuart3a863ee2024-01-04 15:15:28 -080045 name: "transactional_video_state"
Oriol Prieto Gasco42d5ee72024-03-01 16:52:48 +000046 is_exported: true
Thomas Stuart3a863ee2024-01-04 15:15:28 -080047 namespace: "telecom"
48 description: "when set, clients using transactional implementations will be able to set & get the video state"
49 bug: "311265260"
50}
51
52flag{
Thomas Stuart885a9312023-12-28 16:33:30 -080053 name: "business_call_composer"
Oriol Prieto Gasco42d5ee72024-03-01 16:52:48 +000054 is_exported: true
Thomas Stuart885a9312023-12-28 16:33:30 -080055 namespace: "telecom"
56 description: "Enables enriched calling features (e.g. Business name will show for a call)"
57 bug: "311688497"
Thomas Stuart25f3cd22024-02-27 10:12:54 -080058 is_exported: true
Thomas Stuart885a9312023-12-28 16:33:30 -080059}
Tyler Gunn887afeb2024-02-28 21:04:15 +000060
61flag{
62 name: "get_last_known_cell_identity"
Oriol Prieto Gasco42d5ee72024-03-01 16:52:48 +000063 is_exported: true
Tyler Gunn887afeb2024-02-28 21:04:15 +000064 namespace: "telecom"
65 description: "Formalizes the getLastKnownCellIdentity API that Telecom reliees on as a system api"
66 bug: "327454165"
67}