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" |
| 6 | namespace: "telecom" |
| 7 | description: "When set, Telecom support for additional VOIP application actions is active." |
| 8 | bug: "296934278" |
Grant Menke | 5c6b07d | 2023-10-10 10:39:53 -0700 | [diff] [blame] | 9 | } |
| 10 | |
| 11 | flag { |
| 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 Jia | c604837 | 2023-09-21 14:00:36 -0700 | [diff] [blame] | 16 | } |
| 17 | |
Kunduz Baryktabasova | 4659f38 | 2023-10-02 10:52:41 +0000 | [diff] [blame] | 18 | flag{ |
| 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 Stuart | d225bde | 2023-12-19 10:55:47 -0800 | [diff] [blame] | 24 | |
Thomas Stuart | d225bde | 2023-12-19 10:55:47 -0800 | [diff] [blame] | 25 | flag{ |
| 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 Stuart | 885a931 | 2023-12-28 16:33:30 -0800 | [diff] [blame] | 31 | |
| 32 | flag{ |
Thomas Stuart | dfa4fb6 | 2024-01-04 16:00:16 -0800 | [diff] [blame] | 33 | name: "get_registered_phone_accounts" |
| 34 | namespace: "telecom" |
| 35 | description: "When set, self-managed clients can get their own phone accounts" |
| 36 | bug: "317132586" |
| 37 | } |
| 38 | |
| 39 | flag{ |
Thomas Stuart | 3a863ee | 2024-01-04 15:15:28 -0800 | [diff] [blame] | 40 | name: "transactional_video_state" |
| 41 | namespace: "telecom" |
| 42 | description: "when set, clients using transactional implementations will be able to set & get the video state" |
| 43 | bug: "311265260" |
| 44 | } |
| 45 | |
| 46 | flag{ |
Thomas Stuart | 885a931 | 2023-12-28 16:33:30 -0800 | [diff] [blame] | 47 | name: "business_call_composer" |
| 48 | namespace: "telecom" |
| 49 | description: "Enables enriched calling features (e.g. Business name will show for a call)" |
| 50 | bug: "311688497" |
| 51 | } |
Tyler Gunn | 887afeb | 2024-02-28 21:04:15 +0000 | [diff] [blame^] | 52 | |
| 53 | flag{ |
| 54 | name: "get_last_known_cell_identity" |
| 55 | namespace: "telecom" |
| 56 | description: "Formalizes the getLastKnownCellIdentity API that Telecom reliees on as a system api" |
| 57 | bug: "327454165" |
| 58 | } |