views:

42

answers:

1

I would like to write an application which would be launched from the Contacts list in the phone. That is, you choose a contact using the normal contacts application, and where you can dial to the contact, send an Email or SMS, you can also launch my application with this contact's activity. How can this be done?

+1  A: 

With the default Android source Contact application you can't do it.

If the phone has some other 3rd party Contact's application, and that has a way to be extended by plugins, you can write this plugin to respond by openning your application.

Pentium10