OSDN Git Service

DO NOT MERGE Do not hide any call log entries when they are added.
authorSantos Cordon <santoscordon@google.com>
Thu, 12 Mar 2015 18:51:42 +0000 (11:51 -0700)
committerSantos Cordon <santoscordon@google.com>
Wed, 1 Apr 2015 00:02:17 +0000 (17:02 -0700)
commit14c9121e3c8f09c31f5de0d23c577263da665f02
tree6a6727f6281aeeb493ef621969a1db803ca6e292
parent5d16c59af7b6e8baa2f4003713f0fa671ab2033b
DO NOT MERGE Do not hide any call log entries when they are added.

When a call log entry is added, and it's phone account does not match a
currently registered one, we set it to hidden.  This code was built for
the calllog restore case where call log entries would be hidden when
added if the original phone account wasn't also
present on the new device (where the restore is being performed).

We no longer do that so we're removing the code that sets any call log
entry to hidden.

-- Resubmitting since this change was lost to a merge conflict --

Change-Id: I1ef094d5a35063e8f89cd1ecb1e5a0b59361781c
core/java/android/provider/CallLog.java