-1

I'm trying to redirect incoming calls on a custom made UI instead of default Android screen. I have tried doing it using many ways like using CallScreeningService or InCallService but still not able to figure out the solution. Can anyone provide a small sample working solution?

Nirmesh
  • 7
  • 2
  • Does this answer your question? [Answer incoming call using android.telecom and InCallService](https://stackoverflow.com/questions/41767460/answer-incoming-call-using-android-telecom-and-incallservice) – leRobot Jul 28 '20 at 16:57
  • 1
    Yes @leRobot it does solve my question. Thank you so much. – Nirmesh Jul 29 '20 at 15:41

1 Answers1

0

User arekolek provided an answer to my question with his own source sample at the end.

I verified it working back when he posted it, and should still work on current Android versions. Hope that helps, I would suggest providing feedback to there if it does.

leRobot
  • 1,497
  • 1
  • 18
  • 30