0

I would like to launch my android application from a contact menu which is displayed after clicking on a contact shortcut on android desktop, like on attached graphic.

I couldn't find any materials on this in docs, but I think it should be possible, as i.e. facebook application puts it's icon in this menu. I tried to find something in it's AndroidManifest.xml file but with no effect (I'm not familiar with android development so I don't even know what to look for - Activity, intent, intent-filter, provider?

I would appreciate link to docs or at least hint on terminology to google for.

//edit

It seems that my question is duplicate of : How to integrate your app in QUICK CONTACT on the native contact app on android? which has some helpful resources.

screenshot showing the menu

Community
  • 1
  • 1
Mariusz Sakowski
  • 3,232
  • 14
  • 21

1 Answers1

2

They are called quick actions in android by the way..

Here is a nice tutorial

Adil Soomro
  • 37,609
  • 9
  • 103
  • 153