Android: Retrieve contact name from phone number
I would like to retrieve the name of a contact associated with an incoming telephone number. As I process the incoming number in the broascastreceiver having a String with the name of the incoming caller would help my project greatly. I would think this involves a query using the sql WHERE clause as a filter, but do I need to sort the contacts? An example or hint would be of great assistance. Pentium10 For that you need to use the optimized PhoneLookup provider as described. Add the permission to AndroidManifest.xml : <uses-permission android:name="android.permission.READ_CONTACTS"/> Then: