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

Commit 9815fcd1 authored by Tyler Gunn's avatar Tyler Gunn Committed by Automerger Merge Worker
Browse files

Merge "Phone Calls keeps stopping" am: 07232030 am: 5f71e89f am: b489944e

Original change: https://android-review.googlesource.com/c/platform/packages/services/Telecomm/+/2020816

Change-Id: I85226ff8389b39e9d2880100537792f029e9a302
parents fc16eb64 b489944e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -98,6 +98,7 @@ public class UserCallIntentProcessor {
    private void processOutgoingCallIntent(Intent intent, String callingPackageName,
            boolean canCallNonEmergency, boolean isLocalInvocation) {
        Uri handle = intent.getData();
        if (handle == null) return;
        String scheme = handle.getScheme();
        String uriString = handle.getSchemeSpecificPart();