i am facing a unique issue with motorola atrix .. while i found this
is not an issue with some other phone

i use following code to pick a contact

Intent intent = new Intent(Intent.ACTION_PICK);
intent.setType(ContactsContract.CommonDataKinds.Phone.CONTENT_TYPE);
startActivityForResult(intent, PICK_CONTACT_DETAILS);

it shows me list of contacts how ever one contact appears more than
10--15 times  they are duplicate. original contact list has only 1
entry but using this api on my app shows me so many entries for the
same contact..
is this related to motorola atrix only? i saw similar behaviour with
fring app .. but somehow that got corrected in the newer version of
app.

-- 
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