In the Android Contacts application, non-local contacts have a icon to indicate the source of the contact (e.g. Google contact, Skype contact). My application is showing all the contacts and I want to show the source using the same icon. However, I don't want to maintain my own set of icons. Is it possible to get this icon from the ContactProvider. I found the API that provided the contact a/c info but don't see the constant for icon. Is it possible to get this icon. If yes then how?
Thanks