Grant Menke | d7e04c2 | 2023-08-30 14:33:38 -0700 | [diff] [blame] | 1 | package: "com.android.server.telecom.flags" |
Oriol Prieto Gasco | 19b3382 | 2024-02-06 18:34:47 +0000 | [diff] [blame] | 2 | container: "system" |
Grant Menke | d7e04c2 | 2023-08-30 14:33:38 -0700 | [diff] [blame] | 3 | |
Steve Statia | e7a32a8 | 2024-03-14 01:49:50 +0000 | [diff] [blame] | 4 | # OWNER=grantmenke TARGET=24Q3 |
Grant Menke | d7e04c2 | 2023-08-30 14:33:38 -0700 | [diff] [blame] | 5 | flag { |
| 6 | name: "voip_app_actions_support" |
Oriol Prieto Gasco | 42d5ee7 | 2024-03-01 16:52:48 +0000 | [diff] [blame] | 7 | is_exported: true |
Grant Menke | d7e04c2 | 2023-08-30 14:33:38 -0700 | [diff] [blame] | 8 | namespace: "telecom" |
| 9 | description: "When set, Telecom support for additional VOIP application actions is active." |
| 10 | bug: "296934278" |
Grant Menke | 5c6b07d | 2023-10-10 10:39:53 -0700 | [diff] [blame] | 11 | } |
| 12 | |
Steve Statia | e7a32a8 | 2024-03-14 01:49:50 +0000 | [diff] [blame] | 13 | # OWNER=grantmenke TARGET=24Q3 |
Grant Menke | 5c6b07d | 2023-10-10 10:39:53 -0700 | [diff] [blame] | 14 | flag { |
| 15 | name: "call_details_id_changes" |
Oriol Prieto Gasco | 42d5ee7 | 2024-03-01 16:52:48 +0000 | [diff] [blame] | 16 | is_exported: true |
Grant Menke | 5c6b07d | 2023-10-10 10:39:53 -0700 | [diff] [blame] | 17 | namespace: "telecom" |
| 18 | description: "When set, call details/extras id updates to Telecom APIs for Android V are active." |
| 19 | bug: "301713560" |
Grace Jia | c604837 | 2023-09-21 14:00:36 -0700 | [diff] [blame] | 20 | } |
| 21 | |
Steve Statia | e7a32a8 | 2024-03-14 01:49:50 +0000 | [diff] [blame] | 22 | # OWNER=kunduz TARGET=24Q2 |
| 23 | flag { |
Kunduz Baryktabasova | 4659f38 | 2023-10-02 10:52:41 +0000 | [diff] [blame] | 24 | name: "add_call_uri_for_missed_calls" |
Oriol Prieto Gasco | 42d5ee7 | 2024-03-01 16:52:48 +0000 | [diff] [blame] | 25 | is_exported: true |
Kunduz Baryktabasova | 4659f38 | 2023-10-02 10:52:41 +0000 | [diff] [blame] | 26 | 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 Stuart | d225bde | 2023-12-19 10:55:47 -0800 | [diff] [blame] | 30 | |
Steve Statia | e7a32a8 | 2024-03-14 01:49:50 +0000 | [diff] [blame] | 31 | # OWNER=tjstuart TARGET=24Q3 |
| 32 | flag { |
Thomas Stuart | d225bde | 2023-12-19 10:55:47 -0800 | [diff] [blame] | 33 | name: "set_mute_state" |
Oriol Prieto Gasco | 42d5ee7 | 2024-03-01 16:52:48 +0000 | [diff] [blame] | 34 | is_exported: true |
Thomas Stuart | d225bde | 2023-12-19 10:55:47 -0800 | [diff] [blame] | 35 | namespace: "telecom" |
| 36 | description: "transactional calls need the ability to mute the call audio input" |
| 37 | bug: "310669304" |
| 38 | } |
Thomas Stuart | 885a931 | 2023-12-28 16:33:30 -0800 | [diff] [blame] | 39 | |
Steve Statia | e7a32a8 | 2024-03-14 01:49:50 +0000 | [diff] [blame] | 40 | # OWNER=tjstuart TARGET=24Q3 |
| 41 | flag { |
Thomas Stuart | dfa4fb6 | 2024-01-04 16:00:16 -0800 | [diff] [blame] | 42 | name: "get_registered_phone_accounts" |
Oriol Prieto Gasco | 42d5ee7 | 2024-03-01 16:52:48 +0000 | [diff] [blame] | 43 | is_exported: true |
Thomas Stuart | dfa4fb6 | 2024-01-04 16:00:16 -0800 | [diff] [blame] | 44 | namespace: "telecom" |
| 45 | description: "When set, self-managed clients can get their own phone accounts" |
| 46 | bug: "317132586" |
| 47 | } |
| 48 | |
Steve Statia | e7a32a8 | 2024-03-14 01:49:50 +0000 | [diff] [blame] | 49 | # OWNER=tjstuart TARGET=24Q3 |
| 50 | flag { |
Thomas Stuart | 3a863ee | 2024-01-04 15:15:28 -0800 | [diff] [blame] | 51 | name: "transactional_video_state" |
Oriol Prieto Gasco | 42d5ee7 | 2024-03-01 16:52:48 +0000 | [diff] [blame] | 52 | is_exported: true |
Thomas Stuart | 3a863ee | 2024-01-04 15:15:28 -0800 | [diff] [blame] | 53 | 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 Statia | e7a32a8 | 2024-03-14 01:49:50 +0000 | [diff] [blame] | 58 | # OWNER=tjstuart TARGET=24Q3 |
| 59 | flag { |
Thomas Stuart | 885a931 | 2023-12-28 16:33:30 -0800 | [diff] [blame] | 60 | name: "business_call_composer" |
Oriol Prieto Gasco | 42d5ee7 | 2024-03-01 16:52:48 +0000 | [diff] [blame] | 61 | is_exported: true |
Thomas Stuart | 885a931 | 2023-12-28 16:33:30 -0800 | [diff] [blame] | 62 | namespace: "telecom" |
| 63 | description: "Enables enriched calling features (e.g. Business name will show for a call)" |
| 64 | bug: "311688497" |
Thomas Stuart | 25f3cd2 | 2024-02-27 10:12:54 -0800 | [diff] [blame] | 65 | is_exported: true |
Thomas Stuart | 885a931 | 2023-12-28 16:33:30 -0800 | [diff] [blame] | 66 | } |
Tyler Gunn | 887afeb | 2024-02-28 21:04:15 +0000 | [diff] [blame] | 67 | |
Steve Statia | e7a32a8 | 2024-03-14 01:49:50 +0000 | [diff] [blame] | 68 | # OWNER=tgunn TARGET=25Q3 |
| 69 | flag { |
Tyler Gunn | 887afeb | 2024-02-28 21:04:15 +0000 | [diff] [blame] | 70 | name: "get_last_known_cell_identity" |
Oriol Prieto Gasco | 42d5ee7 | 2024-03-01 16:52:48 +0000 | [diff] [blame] | 71 | is_exported: true |
Tyler Gunn | 887afeb | 2024-02-28 21:04:15 +0000 | [diff] [blame] | 72 | namespace: "telecom" |
| 73 | description: "Formalizes the getLastKnownCellIdentity API that Telecom reliees on as a system api" |
| 74 | bug: "327454165" |
| 75 | } |