commit | 07cfaa6b08e99a76c46cda1334f02fca3eb75707 | [log] [tgz] |
---|---|---|
author | Danning Chen <danningc@google.com> | Mon Apr 20 15:16:41 2020 -0700 |
committer | Danning Chen <danningc@google.com> | Tue Apr 21 10:51:20 2020 -0700 |
tree | d9c00175ef035e4230046705dbe6084e3d8697d4 | |
parent | d53e8618cc5be38e006f0949c1423ab572fddcf2 [diff] |
Keep the conversation shortcut criteria in People Service consistent with the one in Notification Manager Before this change, People Service uses the presence of the Person object in ShortcutInfo as the criteria of conversation shortcut. This changes the criteria that the shortcut needs to be a share shortcut instead of having Person object. Change-Id: I1ea52a50c909ca96365c1d4e55af97931d048d8f Test: atest ShortcutHelperTest Test: atest DataManagerTest Bug: 154254830