1

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

Carlos Robles
  • 10,828
  • 3
  • 41
  • 60
rakmoh
  • 2,953
  • 1
  • 16
  • 14

2 Answers2

0

I think the CONTACT_STATUS_ICON might be what you're looking for. Not 100% sure though.

rhnoble
  • 559
  • 4
  • 12
0

Finally figured out the way to do this. Here are the steps:

Community
  • 1
  • 1
rakmoh
  • 2,953
  • 1
  • 16
  • 14