commit | 982c0bd962bc7ed208d0e73380e90b0fdcdf01dc | [log] [tgz] |
---|---|---|
author | Ta-wei Yen <twyen@google.com> | Thu Apr 14 13:59:54 2016 -0700 |
committer | Ta-wei Yen <twyen@google.com> | Thu Apr 14 13:59:54 2016 -0700 |
tree | 3eb1231a06a643f77cd6b3fa17eea10b24130d9f | |
parent | a153e6660396636ee715b173164a0e1e6333a3ec [diff] |
Persist missed call to call log before sending missed call notification For dialer to show detailed information the call should exist in the call log when the intent is received. + CallLogManager#logCall() now take a callback to be executed after the log is written. The default callback for a missed call is to show the missed call notification. - MissedCallNotifierImpl no longer listen to onCallStateChanged(). Change-Id: I94080a4a95f214a10d8e479b40ca7c407d06e0f2 Fixes:27276201