Skip to content Skip to sidebar Skip to footer

All Contacts That Have More Than One Phone Number

I'm trying to get all the contacts that have more than one phone number. Using sqlite3, I queried the database like this: select number,name,person,type from view_v1_phones w

Solution 1:

Here is a link I found when I was working on something similar. This one is a pretty comprehensive guide to contacts in android. It is a 6-page guide! Hope this helps:

http://www.higherpass.com/Android/Tutorials/Working-With-Android-Contacts/1/

Post a Comment for "All Contacts That Have More Than One Phone Number"