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

Commit 690fbbd6 authored by Christopher Tate's avatar Christopher Tate Committed by android-build-merger
Browse files

Allow NEW_OUTGOING_CALL to launch possible handler apps

am: 20a6dfef

Change-Id: Id739004347f0eadeaf5551c49fbd30bec3a6e4aa
parents 7bc4249b 20a6dfef
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -315,7 +315,8 @@ public class NewOutgoingCallIntentBroadcaster {

        // Force receivers of this broadcast intent to run at foreground priority because we
        // want to finish processing the broadcast intent as soon as possible.
        broadcastIntent.addFlags(Intent.FLAG_RECEIVER_FOREGROUND);
        broadcastIntent.addFlags(Intent.FLAG_RECEIVER_FOREGROUND
                | Intent.FLAG_RECEIVER_INCLUDE_BACKGROUND);
        Log.v(this, "Broadcasting intent: %s.", broadcastIntent);

        checkAndCopyProviderExtras(originalCallIntent, broadcastIntent);