diff options
author | Yorke Lee <yorkelee@google.com> | 2014-10-02 09:38:39 -0700 |
---|---|---|
committer | Yorke Lee <yorkelee@google.com> | 2014-10-06 15:09:00 -0700 |
commit | c3cf982d18e28fc27126265422f36c5e845808db (patch) | |
tree | d4142ba5d1294e1ad23727aa3192b8e310ceb6b7 /telecomm/java/android/telecom/RemoteConnectionService.java | |
parent | 17d7c79650664c7a112ab175cb2329d2062f4d1e (diff) |
Add ability to add sim-initiated MO call to UI (2/4)
Add supporting (hidden) APIs to TelecomManager to add the ability to
add a previous unknown call to Telecom
Bug: 17787391
Change-Id: Ibdfaee81a55e11451c146751cf970980dccad435
Diffstat (limited to 'telecomm/java/android/telecom/RemoteConnectionService.java')
-rw-r--r-- | telecomm/java/android/telecom/RemoteConnectionService.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/telecomm/java/android/telecom/RemoteConnectionService.java b/telecomm/java/android/telecom/RemoteConnectionService.java index 328dc8691c53..de1dc1723fe4 100644 --- a/telecomm/java/android/telecom/RemoteConnectionService.java +++ b/telecomm/java/android/telecom/RemoteConnectionService.java @@ -348,7 +348,8 @@ final class RemoteConnectionService { connectionManagerPhoneAccount, id, newRequest, - isIncoming); + isIncoming, + false /* isUnknownCall */); connection.registerCallback(new RemoteConnection.Callback() { @Override public void onDestroyed(RemoteConnection connection) { |