Hey,

I want to show the contacts using

  Intent intent = new Intent(Intent.ACTION_PICK,
Contacts.CONTENT_URI);

But I want to show only contacts that have address data. I searched
for this and I think I have to use content filters. Is this correct
and how to do this? I dont want to iterate through all of my contacts
and if the picked contact has no address the user is in bad luck. I
want to pre filter for this, so that the user can be sure that his
selection delivers valid data.

Hope someone can help!
Thanks a lot,
-Danny S.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to