From 8d41d1d4fdbf070ad391eae820a5e42a326a7771 Mon Sep 17 00:00:00 2001 From: Bryce Lee Date: Mon, 10 Aug 2015 07:40:42 -0700 Subject: add call back intents for clearing missed calls and calling back. Change-Id: Ib81fecc21c5491f975fa7c44f4e5984a4b3f8e7f --- telecomm/java/android/telecom/TelecomManager.java | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'telecomm') diff --git a/telecomm/java/android/telecom/TelecomManager.java b/telecomm/java/android/telecom/TelecomManager.java index 232bf0f..8779462 100644 --- a/telecomm/java/android/telecom/TelecomManager.java +++ b/telecomm/java/android/telecom/TelecomManager.java @@ -393,6 +393,22 @@ public class TelecomManager { "android.telecom.extra.NOTIFICATION_PHONE_NUMBER"; /** + * The intent to clear missed calls. + * @hide + */ + @SystemApi + public static final String EXTRA_CLEAR_MISSED_CALLS_INTENT = + "android.telecom.extra.CLEAR_MISSED_CALLS_INTENT"; + + /** + * The intent to call back a missed call. + * @hide + */ + @SystemApi + public static final String EXTRA_CALL_BACK_INTENT = + "android.telecom.extra.CALL_BACK_INTENT"; + + /** * The following 4 constants define how properties such as phone numbers and names are * displayed to the user. */ -- cgit v1.1