From 67fc92bd444e4d8eee0aa7703980aff9185ea1bd Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 2 Mar 2015 22:46:01 -0800 Subject: 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 --- api/current.txt | 2 ++ api/system-current.txt | 2 ++ 2 files changed, 4 insertions(+) (limited to 'api') 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 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); -- cgit v1.1