OSDN Git Service

Use correct photo when building direct-dial shortcuts.
authorJeff Sharkey <jsharkey@android.com>
Fri, 10 Jul 2009 21:20:31 +0000 (14:20 -0700)
committerJeff Sharkey <jsharkey@android.com>
Fri, 10 Jul 2009 21:20:31 +0000 (14:20 -0700)
commitb462fe3d6fce9489f16dc7f9f37b83ddcdbc2ce6
treec50e2758fb55adace63b207d1c252cd1d1aae4b9
parent98d6927181f12c297b90776f99cf776a7b441721
Use correct photo when building direct-dial shortcuts.

Previously was using the Phones._ID value when building a
People.CONTENT_URI Uri.  Fixed by using the Phones.PERSON_ID
value to build the Uri correctly.

Fixes http://b/issue?id=1910259
src/com/android/contacts/ContactsListActivity.java