How to include my application as a dialing option when calling from the addressbook?

后端 未结 2 1257
醉酒成梦
醉酒成梦 2021-01-13 11:53

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

2条回答
  •  天命终不由人
    2021-01-13 12:17

    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:

    • VIEW
    • DIAL
    • CALL

    in category DEFAULT

提交回复
热议问题