diff options
| author | Tyler Gunn <tgunn@google.com> | 2015-08-05 17:47:14 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-08-05 17:47:14 +0000 |
| commit | ffb72473c67c13c75421f5df979404407ff01bb4 (patch) | |
| tree | 3716eb7da24b28aac966a7bacb807b891a390b24 /telecomm/java/android/telecom/Connection.java | |
| parent | ef7deb90ac000b5977208e965e0bd84e247140e9 (diff) | |
| parent | ac2aefc37b6b7dcc2c90d0b0fa25c24728006f79 (diff) | |
| download | frameworks_base-ffb72473c67c13c75421f5df979404407ff01bb4.zip frameworks_base-ffb72473c67c13c75421f5df979404407ff01bb4.tar.gz frameworks_base-ffb72473c67c13c75421f5df979404407ff01bb4.tar.bz2 | |
Merge "Remove EXTRA_CALL_HISTORY_INFO." into mnc-dr-dev
Diffstat (limited to 'telecomm/java/android/telecom/Connection.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. |
