diff options
author | Tyler Gunn <tgunn@google.com> | 2015-07-31 15:34:46 -0700 |
---|---|---|
committer | Tyler Gunn <tgunn@google.com> | 2015-07-31 15:34:46 -0700 |
commit | ac2aefc37b6b7dcc2c90d0b0fa25c24728006f79 (patch) | |
tree | 07a8e96e65bf1fabd7f76e640f0f7cb8bbbc46aa /telecomm/java | |
parent | a21b2e30b246b152b3b3692384de534ade2f3485 (diff) | |
download | frameworks_base-ac2aefc37b6b7dcc2c90d0b0fa25c24728006f79.zip frameworks_base-ac2aefc37b6b7dcc2c90d0b0fa25c24728006f79.tar.gz frameworks_base-ac2aefc37b6b7dcc2c90d0b0fa25c24728006f79.tar.bz2 |
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
Diffstat (limited to 'telecomm/java')
-rw-r--r-- | telecomm/java/android/telecom/Connection.java | 6 |
1 files changed, 0 insertions, 6 deletions
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. |