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

Commit 5f71e89f authored by Tyler Gunn's avatar Tyler Gunn Committed by Automerger Merge Worker
Browse files

Merge "Phone Calls keeps stopping" am: 07232030

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

Change-Id: I08f98e7f8d7adf372fa8a872c4e629e3d08e6efd
parents 4817459a 07232030
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();