From ac2aefc37b6b7dcc2c90d0b0fa25c24728006f79 Mon Sep 17 00:00:00 2001 From: Tyler Gunn Date: Fri, 31 Jul 2015 15:34:46 -0700 Subject: Remove EXTRA_CALL_HISTORY_INFO. - Remove EXTRA_CALL_HISTORY_INFO (replaced by EXTRA_LAST FORWARDED_NUMBER). - Added carrier config key for instant lettering. Bug: 22684864 Change-Id: Ic46fdccf5b665417f15e612a2cc4d7f1fb67ccca --- telecomm/java/android/telecom/Connection.java | 6 ------ 1 file changed, 6 deletions(-) (limited to 'telecomm') diff --git a/telecomm/java/android/telecom/Connection.java b/telecomm/java/android/telecom/Connection.java index 706dcfb..d663952 100644 --- a/telecomm/java/android/telecom/Connection.java +++ b/telecomm/java/android/telecom/Connection.java @@ -253,12 +253,6 @@ public abstract class Connection extends Conferenceable { //********************************************************************************************** /** - * TODO: Remove this -- retained so the build won't break. However, future work will remove it. - * @hide - */ - public static final String EXTRA_CALL_HISTORY_INFO = "android.telecom.EXTRA_CALL_HISTORY_INFO"; - - /** * Connection extra key used to store the last forwarded number associated with the current * connection. Used to communicate to the user interface that the connection was forwarded via * the specified number. -- cgit v1.1