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

Commit 383932ad authored by Yorke Lee's avatar Yorke Lee
Browse files

DO NOT MERGE Make defaultOutgoingPhoneAccount public

Bug: 20224972
Change-Id: Ided1aab01d5014bd608d0d139975f933f64341c5
parent 18ac20ef
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);
+0 −2
Original line number Diff line number Diff line
@@ -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()) {