Question

This question1 describes a way how to show list of phone numbers and select one of them if my app needs a phone number. But image if I have a huge contact list, it is not enough to just show list but possibility for filtering (by contact's name) is also needed. Is there a standard way to show phones list with picking possibility and with filtering possibility? (I wouldn't like to invent my own)

Is there a solution for the problem for sdk 2.0 and lower?

Was it helpful?

Solution

You should use ContactsContract.Contacts and then the Flag CONTENT_FILTER_URI.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top