am c723b8d7: Merge "Don\'t save cached contact info in call log when adding call" into mnc-dev
* commit 'c723b8d74265239c8d97c0b222ccddd76e73149d': Don't save cached contact info in call log when adding call
This commit is contained in:
@@ -518,11 +518,6 @@ public class CallLog {
|
|||||||
if (callType == MISSED_TYPE) {
|
if (callType == MISSED_TYPE) {
|
||||||
values.put(IS_READ, Integer.valueOf(0));
|
values.put(IS_READ, Integer.valueOf(0));
|
||||||
}
|
}
|
||||||
if (ci != null) {
|
|
||||||
values.put(CACHED_NAME, ci.name);
|
|
||||||
values.put(CACHED_NUMBER_TYPE, ci.numberType);
|
|
||||||
values.put(CACHED_NUMBER_LABEL, ci.numberLabel);
|
|
||||||
}
|
|
||||||
|
|
||||||
if ((ci != null) && (ci.contactIdOrZero > 0)) {
|
if ((ci != null) && (ci.contactIdOrZero > 0)) {
|
||||||
// Update usage information for the number associated with the contact ID.
|
// Update usage information for the number associated with the contact ID.
|
||||||
|
|||||||
Reference in New Issue
Block a user