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
This commit is contained in:
Yorke Lee
2014-10-02 09:38:39 -07:00
parent 17d7c79650
commit c3cf982d18
5 changed files with 74 additions and 9 deletions

View File

@@ -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) {