I am querying the Contacts out of the built in Contacts provider URI in Android. I want to get just the PHONE contacts; is there any consistent way to do this? It seems from what I can find that the account name for phone contacts differs from manufacturer to manufacturer (see this question). Is there a way to get PHONE contacts (not SIM, Facebook, Twitter or others) in a consistent, reliable, manufacturer- and device- agnostic way?
|
feedback
|
Where "?" is user ID, you can put this code into a loop. | |||||||
feedback
|
accountstable and looking for the account namevnd.sec.contact.phone, but reading online, it looks like that account name is manufacturer (and possibly device?) specific. – eidylon Jul 12 '11 at 14:25