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

Commit 20a6dfef authored by Christopher Tate's avatar Christopher Tate Committed by Chris Tate
Browse files

Allow NEW_OUTGOING_CALL to launch possible handler apps

Bug 36669943
Test: POC app on bug

Change-Id: I34534e110d7d1b3a343ebfbf63858035d6b00541
(cherry picked from commit 47c73e9b)
parent c86a1ec3
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);