Re: [android-developers] Problems with the new ContactsContract API when picking a contact

2009-11-12 Thread Dmitri Plotnikov
You need to first resolve the URI like this: uri = ContactsContract.lookupContact(getContentResolver(), uri); On Thu, Nov 12, 2009 at 3:07 AM, code_android_festival_way < festival.s...@googlemail.com> wrote: > I am trying to get my application updated to the latest > ContactsContract API and got

[android-developers] Problems with the new ContactsContract API when picking a contact

2009-11-12 Thread code_android_festival_way
I am trying to get my application updated to the latest ContactsContract API and got some problems. In my application I am trying to pick a contact and use the received URI for loading up his contact picture. This is the way I am doing it: http://paste.pocoo.org/show/SQI91OBuCKk0JQC63Zkd/ When I