3

I just finished the development of my app. Its a chat app. Now i want to add my app icon in contact list of phone like Facebook, Google and Whatsapp icon is there. I want exactly like this:

enter image description here

Means if anybody from my contacts is using my app, icon of my app should be visible with the name in my contacts list. If anybody has any idea, please help me to do this. thanks in advance :)

Marcin Orlowski
  • 72,056
  • 11
  • 123
  • 141
Ankit Kumar
  • 3,663
  • 2
  • 26
  • 38

1 Answers1

1

I believe for applications to show up in Contacts like the above example, they must also be added in the 'Accounts' section in the settings menu on Android.

You can find more about how exactly to do that here:

http://developer.android.com/reference/android/accounts/package-summary.html

  • @ A_Kiniyalocts : Exactly this has to be done.. Would you any example hot to add app in 'Accounts' section in the settings menu on Android. – Ankit Kumar Jul 30 '14 at 06:31
  • I found this: http://www.finalconcept.com.au/article/view/android-account-manager-step-by-step-2 Hope it helps! – A_Kiniyalocts Jul 30 '14 at 06:38
  • thanks... this should help :) – Ankit Kumar Jul 30 '14 at 06:58
  • This link is not working. Kindly advise other sources for having workable code. – Sukesh Saxena Mar 08 '19 at 11:59
  • I have added custom mime type in android contacts list. After a long research i decided to share this with you guys, i have tested this on all Android cell phone including android 9.0 here is link 'https://github.com/soogoodadnan/custom-mime-type' – adnan javed Feb 04 '20 at 08:06