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

Commit cb189f98 authored by Yorke Lee's avatar Yorke Lee Committed by Android Git Automerger
Browse files

am 7b9a15f2: am fe1ce0ac: Allow calling of voicemail using CALL_PRIVILEGED

* commit '7b9a15f2':
  Allow calling of voicemail using CALL_PRIVILEGED
parents 235b01e3 7b9a15f2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -173,7 +173,8 @@ class NewOutgoingCallIntentBroadcaster {

        boolean isVoicemailNumber = PhoneAccount.SCHEME_VOICEMAIL.equals(handle.getScheme());
        if (isVoicemailNumber) {
            if (Intent.ACTION_CALL.equals(action)) {
            if (Intent.ACTION_CALL.equals(action)
                    || Intent.ACTION_CALL_PRIVILEGED.equals(action)) {
                // Voicemail calls will be handled directly by the telephony connection manager
                Log.i(this, "Placing call immediately instead of waiting for "
                        + " OutgoingCallBroadcastReceiver: %s", intent);