the usual way to launch an app is to tap on the icon of the app on the android homescreen. But I think about the following. Imagine you are browsing your contacts. Selecting a contact you have several buttons like call
, message
etc.
Is it possible to add your own button that would launch your own app passing the contact data? Is there any documentation on that?
I also would like to know if it is possible to manipulate the android sms app. E.g. when the user taps on a conversation it should launch my app.
So I hope you got my idea. Is it possible to do such thinks and how can I do it? Is there any documentation on that?