commit | d0b48848406b08152cb4a8b33303dc3b6602d018 | [log] [tgz] |
---|---|---|
author | Tyler Gunn <tgunn@google.com> | Fri Sep 28 15:58:16 2018 -0700 |
committer | Tyler Gunn <tgunn@google.com> | Mon Oct 01 17:11:35 2018 +0000 |
tree | 655141beab22c77563734e5336c1ed7e9b8ccc9a | |
parent | ab9cd2a809ad88d47f5cfe40b0afc892a00408e0 [diff] |
Eliminate dependence on broadcasts to trampoline calls to Telecom. The ACTION_CALL intent was trampolined from UserCallActivity to Telecom via a broadcast. This is unfortunate as it means that delays in the broadcast queue can delay outgoing calls. Removing this dependence by relying on a TelecomManager API instead. Test: Ensure ACTION_CALL intents are trampolined to Telecom. Bug: 116719392 Change-Id: I5dec39c2dc8d666e3580bd23bb3f5a2b3b9d9253