diff options
| author | 2017-09-07 05:07:15 -0700 | |
|---|---|---|
| committer | 2017-09-08 04:57:11 -0700 | |
| commit | 435e60b6bbdf0f7f0413c1ca452cc1e8841b51b1 (patch) | |
| tree | 4d15d8a01452bde77f963e0dd463271b7b8bd696 /api/current.txt | |
| parent | 037444ddaf6d36ef1ecf6172320c33afc7b46d6a (diff) | |
Fix doc for Telephony Manager api and make isTtySupported public.
TelephonyManager.isTtyModeSupported is public and we are deprecating that
to use TelecomManager.isTtySupported which was system api, so making it
public.
Test: Build
Bug: 62346128
Change-Id: Idfa146b03a3c3fdb20c563c4ea0dddf2c3399da6
Diffstat (limited to 'api/current.txt')
| -rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 87295c8acb64..da4bb9cc8d83 100644 --- a/api/current.txt +++ b/api/current.txt @@ -39523,6 +39523,7 @@ package android.telecom { method public boolean isInManagedCall(); method public boolean isIncomingCallPermitted(android.telecom.PhoneAccountHandle); method public boolean isOutgoingCallPermitted(android.telecom.PhoneAccountHandle); + method public boolean isTtySupported(); method public boolean isVoiceMailNumber(android.telecom.PhoneAccountHandle, java.lang.String); method public void placeCall(android.net.Uri, android.os.Bundle); method public void registerPhoneAccount(android.telecom.PhoneAccount); |