Hi,

You are willing to add an extra button to the QuickContactBadge available 
for Contacts application in Android, which seems not to be possible using 
any documented API.
The contact list is actually not part of Android core OS, its a separate 
application which uses the contacts stored in the device to display and 
offer you certain specific behaviors. You cannot just edit this, there is no 
api for this in Android SDK (as this is not a part of Anroid platform). It 
is like that, someone have installed your application, now he wants to add 
an extra button in your app (I am not considering reverse engineering here)

The number of buttons on QuickContactBadge depends on the information stored 
about the contact. If it contains a phone number, a call button will be 
there. If email address is found, email button will be there.

It is not clear what button you want to add there. Obviously not a "Call" 
button as you have drawn in your provided image, call button is already 
there. If you want some action which is not covered in the default contacts 
application, you can always develop your own contacts application with 
standard features + your desired additional features. It is possible to 
display popup menu which looks exactly like the QuickContactBadge , in case 
you need.

Also, in your own contacts application, you can have limited ability to 
configure the QuickContactBadge.

http://mobile.tutsplus.com/tutorials/android/android-sdk_contact-badge/
http://developer.android.com/reference/android/widget/QuickContactBadge.html


Regards
Sarwar Erfan

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to