am b8b27419: am 8a6eb45d: Fix build break due to removal of EXTRA_CALL_HISTORY_INFO.
* commit 'b8b27419a18376b630810e95af4195e94f132449':
Fix build break due to removal of EXTRA_CALL_HISTORY_INFO.
diff --git a/src/com/android/services/telephony/TelephonyConnection.java b/src/com/android/services/telephony/TelephonyConnection.java
index afe92bf..9f96bd4 100644
--- a/src/com/android/services/telephony/TelephonyConnection.java
+++ b/src/com/android/services/telephony/TelephonyConnection.java
@@ -126,8 +126,8 @@
if (extras != null) {
Log.v(TelephonyConnection.this,
"Updating call history info in extras.");
- extras.putStringArrayList(EXTRA_CALL_HISTORY_INFO,
- new ArrayList(Arrays.asList(mSsNotification.history)));
+ /*extras.putStringArrayList(EXTRA_CALL_HISTORY_INFO,
+ new ArrayList(Arrays.asList(mSsNotification.history)));*/
setExtras(extras);
}
}