diff options
author | Andrew Lee <anwlee@google.com> | 2015-03-02 22:46:01 -0800 |
---|---|---|
committer | Andrew Lee <anwlee@google.com> | 2015-03-04 15:12:18 -0800 |
commit | 67fc92bd444e4d8eee0aa7703980aff9185ea1bd (patch) | |
tree | 2384015a6f411c0860b2d81181cc320dd9c7fa5d /api | |
parent | 39df5fea2281161246cce37587d2a3c34f3dcf32 (diff) | |
download | frameworks_base-67fc92bd444e4d8eee0aa7703980aff9185ea1bd.zip frameworks_base-67fc92bd444e4d8eee0aa7703980aff9185ea1bd.tar.gz frameworks_base-67fc92bd444e4d8eee0aa7703980aff9185ea1bd.tar.bz2 |
Add methods for device telephony configs.
+ Expose method for whether DTMF length can be changed.
+ Expose method for whether the device is a world phone.
Bug: 19372734
Change-Id: I542e87cab1924eb600fdce929f5227e36112964b
Diffstat (limited to 'api')
-rw-r--r-- | api/current.txt | 2 | ||||
-rw-r--r-- | api/system-current.txt | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index 16dfcf7..58aece5 100644 --- a/api/current.txt +++ b/api/current.txt @@ -29268,6 +29268,7 @@ package android.telephony { } public class TelephonyManager { + method public boolean canChangeDtmfToneLength(); method public java.util.List<android.telephony.CellInfo> getAllCellInfo(); method public int getCallState(); method public android.telephony.CellLocation getCellLocation(); @@ -29303,6 +29304,7 @@ package android.telephony { method public boolean isNetworkRoaming(); method public boolean isSmsCapable(); method public boolean isVoiceCapable(); + method public boolean isWorldPhone(); method public void listen(android.telephony.PhoneStateListener, int); method public java.lang.String sendEnvelopeWithStatus(java.lang.String); method public boolean setLine1NumberForDisplay(java.lang.String, java.lang.String); diff --git a/api/system-current.txt b/api/system-current.txt index 1e9d64a..9d75341 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -31393,6 +31393,7 @@ package android.telephony { public class TelephonyManager { method public void answerRingingCall(); method public void call(java.lang.String, java.lang.String); + method public boolean canChangeDtmfToneLength(); method public int checkCarrierPrivilegesForPackage(java.lang.String); method public void dial(java.lang.String); method public boolean disableDataConnectivity(); @@ -31452,6 +31453,7 @@ package android.telephony { method public boolean isSmsCapable(); method public boolean isVideoCallingEnabled(); method public boolean isVoiceCapable(); + method public boolean isWorldPhone(); method public void listen(android.telephony.PhoneStateListener, int); method public boolean needsOtaServiceProvisioning(); method public java.lang.String sendEnvelopeWithStatus(java.lang.String); |