so if I have a string of the name of the contact the user entered, how can I find the contacts information? I want to do this all in code, no GUI and not ContactPicker. Thanks for any help.
            Asked
            
        
        
            Active
            
        
            Viewed 23 times
        
    0
            
            
        - 
                    See: [Contacts Provider](http://developer.android.com/guide/topics/providers/contacts-provider.html) – is there anything specific you've already tried? – slhck Mar 20 '13 at 21:57
- 
                    No I haven't looked into but everything I could find kept using a picker. – Kyle Mar 20 '13 at 22:07
- 
                    That link was complicated lol. I thought implementing this would much easier. – Kyle Mar 20 '13 at 22:12
