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