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 | |
| 17 | flag { |
| 18 | name: "unbind_timeout_connections" |
| 19 | namespace: "telecom" |
| 20 | description: "When set, Telecom will auto-unbind if a ConnectionService returns no connections after some time." |
| 21 | bug: "293458004" |
| 22 | } |