From 28393c9b61f6f40c1ef88388a253d2178c8b0c2a Mon Sep 17 00:00:00 2001 From: Kamaljeet Maini Date: Fri, 22 Apr 2016 14:19:56 -0700 Subject: Add new options for call waiting response in InCallUI When an incoming call is received while there is already an active call, the user will be given four choices for the response: 1) Left button: hold the current call and answer incoming call 2) Bottom button: end the current call and answer the incoming call 3) Right button: decline the incoming call 4) Top button: Send a text message to the incoming caller if texting is enabled The framework changes include new hidden API for sending additional information to Telecomm service, few constants, and a bug fix. Change-Id: I642b330d856613fafc0526eb79dd97fedba4ce6a --- telecomm/java/com/android/internal/telecom/IInCallAdapter.aidl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'telecomm/java/com') diff --git a/telecomm/java/com/android/internal/telecom/IInCallAdapter.aidl b/telecomm/java/com/android/internal/telecom/IInCallAdapter.aidl index 6ef8eda..3104fb2 100644 --- a/telecomm/java/com/android/internal/telecom/IInCallAdapter.aidl +++ b/telecomm/java/com/android/internal/telecom/IInCallAdapter.aidl @@ -64,4 +64,7 @@ oneway interface IInCallAdapter { void switchToOtherActiveSub(String subId); void transferCall(String callId); + + void answerCallWithCallWaitingResponse(String callId, int videoState, int + callWaitingResponseType); } -- cgit v1.1