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)
Loading
Please register or sign in to comment