Sarath Kamisetty wrote: > However this didn't quite solve the problem for me. What I want is to > let user pick a contact *and* then select one of the home/mobile/work > numbers. I am not sure how to proceed from this point onwards where I > have URI for contact. Is there a way to let user first pick a contact > in one screen and then display all his numbers in another screen and > let user pick one of those numbers ?
In an ideal world, there would be another Intent action and Uri you could use that would pick a phone number. I don't know what it would be, though. Quite possibly, you will need to do this yourself by querying the Contacts content provider for the contact's phone numbers and presenting them to the user in a ListView or something. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 1.9 Available! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

