Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f5d5840b authored by Yorke Lee's avatar Yorke Lee
Browse files

Make defaultOutgoingPhoneAccount public

Bug: 20224972
Change-Id: I8bbf92258461d522ec57cfe610ca4c969bec75be
parent cd1bbf29
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -30281,6 +30281,7 @@ package android.telecom {
    method public void cancelMissedCallsNotification();
    method public android.net.Uri getAdnUriForPhoneAccount(android.telecom.PhoneAccountHandle);
    method public java.util.List<android.telecom.PhoneAccountHandle> getCallCapablePhoneAccounts();
    method public android.telecom.PhoneAccountHandle getDefaultOutgoingPhoneAccount(java.lang.String);
    method public java.lang.String getLine1Number(android.telecom.PhoneAccountHandle);
    method public android.telecom.PhoneAccount getPhoneAccount(android.telecom.PhoneAccountHandle);
    method public android.telecom.PhoneAccountHandle getSimCallManager();
+0 −2
Original line number Diff line number Diff line
@@ -355,9 +355,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()) {