Search code examples
androidandroid-intentandroid-contacts

Is it possible to launch options with my contact app to select on Android icon is clicked?


Is it possible to launch an option like which application you want to open on contact icon is clicked in Android? So when I clicked on the Android phone icon, then it should ask to whether you want to launch Android default app or my application.

Basically I have developed call log module of Android application with customization so I want to give user to select any option at click of Android phone icon.

So is it possible?


Solution

  • It is possible, in fact it happens naturally when you have more than one application installed for a desired action. Intent filters would help you.