Loading api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -28331,6 +28331,7 @@ package android.telecom { public class TelecomManager { method public void cancelMissedCallsNotification(); method public android.telecom.PhoneAccountHandle getDefaultOutgoingPhoneAccount(java.lang.String); method public android.telecom.PhoneAccount getPhoneAccount(android.telecom.PhoneAccountHandle); method public boolean handleMmi(java.lang.String); method public boolean handleMmi(java.lang.String, android.telecom.PhoneAccountHandle); telecomm/java/android/telecom/TelecomManager.java +0 −2 Original line number Diff line number Diff line Loading @@ -352,9 +352,7 @@ public class TelecomManager { * @param uriScheme The URI scheme. * @return The {@link PhoneAccountHandle} corresponding to the user-chosen default for outgoing * phone calls for a specified URI scheme. * @hide */ @SystemApi public PhoneAccountHandle getDefaultOutgoingPhoneAccount(String uriScheme) { try { if (isServiceConnected()) { Loading Loading
api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -28331,6 +28331,7 @@ package android.telecom { public class TelecomManager { method public void cancelMissedCallsNotification(); method public android.telecom.PhoneAccountHandle getDefaultOutgoingPhoneAccount(java.lang.String); method public android.telecom.PhoneAccount getPhoneAccount(android.telecom.PhoneAccountHandle); method public boolean handleMmi(java.lang.String); method public boolean handleMmi(java.lang.String, android.telecom.PhoneAccountHandle);
telecomm/java/android/telecom/TelecomManager.java +0 −2 Original line number Diff line number Diff line Loading @@ -352,9 +352,7 @@ public class TelecomManager { * @param uriScheme The URI scheme. * @return The {@link PhoneAccountHandle} corresponding to the user-chosen default for outgoing * phone calls for a specified URI scheme. * @hide */ @SystemApi public PhoneAccountHandle getDefaultOutgoingPhoneAccount(String uriScheme) { try { if (isServiceConnected()) { Loading