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 for the DIAL and CALL intents without any success.
I know this is possible because Skype does it (Screenshot). Anybody knows how to implement it?
I think the Intent
you're looking for is android.intent.action.CALL_PRIVILEGED
. Have a look at the complete Skype manifest.
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With