I need to include additional dialing options in the menu appearing after pressing \"Call\" over a contact (Screenshot).
I\'m trying to do it with action-filters
I'd start here: using android dialer in 3rd party app
And look through the Android dialer source to see what intents it uses
Then, check the official Intent list:
Which leads me to guess you need to at least include:
in category DEFAULT
I think the Intent
you're looking for is android.intent.action.CALL_PRIVILEGED
. Have a look at the complete Skype manifest.