Grant Menke | d7e04c2 | 2023-08-30 14:33:38 -0700 | [diff] [blame] | 1 | package: "com.android.server.telecom.flags" |
| 2 | |
| 3 | flag { |
| 4 | name: "voip_app_actions_support" |
| 5 | namespace: "telecom" |
| 6 | description: "When set, Telecom support for additional VOIP application actions is active." |
| 7 | bug: "296934278" |
Grant Menke | 5c6b07d | 2023-10-10 10:39:53 -0700 | [diff] [blame] | 8 | } |
| 9 | |
| 10 | flag { |
| 11 | name: "call_details_id_changes" |
| 12 | namespace: "telecom" |
| 13 | description: "When set, call details/extras id updates to Telecom APIs for Android V are active." |
| 14 | bug: "301713560" |
Grace Jia | c604837 | 2023-09-21 14:00:36 -0700 | [diff] [blame] | 15 | } |
| 16 | |
Kunduz Baryktabasova | 4659f38 | 2023-10-02 10:52:41 +0000 | [diff] [blame] | 17 | flag{ |
| 18 | name: "add_call_uri_for_missed_calls" |
| 19 | namespace: "telecom" |
| 20 | description: "The key is used for dialer apps to mark missed calls as read when it gets the notification on reboot." |
| 21 | bug: "292597423" |
| 22 | } |
Thomas Stuart | d225bde | 2023-12-19 10:55:47 -0800 | [diff] [blame] | 23 | |
Thomas Stuart | d225bde | 2023-12-19 10:55:47 -0800 | [diff] [blame] | 24 | flag{ |
| 25 | name: "set_mute_state" |
| 26 | namespace: "telecom" |
| 27 | description: "transactional calls need the ability to mute the call audio input" |
| 28 | bug: "310669304" |
| 29 | } |
Thomas Stuart | 885a931 | 2023-12-28 16:33:30 -0800 | [diff] [blame^] | 30 | |
| 31 | flag{ |
| 32 | name: "business_call_composer" |
| 33 | namespace: "telecom" |
| 34 | description: "Enables enriched calling features (e.g. Business name will show for a call)" |
| 35 | bug: "311688497" |
| 36 | } |