0

I'm trying to write an app that will run when the phone rings but NOT answer the incoming call. The app would have an answer button that when pressed would perform the regular call answer action

I put all permissions

I know WhitePages handles this

HenriqueMS
  • 3,864
  • 2
  • 30
  • 39

1 Answers1

0

ACTION_ANSWER intent could be used to handle an incoming phone call. Check this link. Hope this would help.

Community
  • 1
  • 1
Kannan Suresh
  • 4,573
  • 3
  • 34
  • 59