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

Skip to content
Commit b652dad4 authored by Tyler Gunn's avatar Tyler Gunn
Browse files

Send CALL intent directly to Telecom CallIntentProcessor.

TelecomManager#placeCall results in a CALL intent being sent from Telecom
to itself.  If there are delays in the system broadcast queue, the CALL
intent could be held up in the queue causing delays in the outgoing call
flow.

Changing the code so we instead just send the intent directly to the
call intent processor.

Test: Manually reproduced broadcast queue spamming issue and verified that
placeCall API does not block in this case any more.
Bug: 76005593
Merged-In: I4d1292d6fab2a2b7025e3bb9dd2592c7a18a5019
Change-Id: I4d1292d6fab2a2b7025e3bb9dd2592c7a18a5019
(cherry picked from commit 78784978)
parent 1f3efbd7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment