Android-ContactPicker
Android-ContactPicker copied to clipboard
Phone and email type
Have you consider making ContactImpl.mEmail and ContactImpl.mPhone accessible form Contact interface level? API getEmail(type) is really hard to use when we want to get all the emails/phones. Adding getEmails/getPhones methods would have solved a problem.