Is there a way to make a call from my application, but focus on my activity? ACTION_CALLshows the call screen, but instead I want to show my screen, with my own control, to end the call. Is it possible? for example, is there a service that makes the actual phone call?
Basically, I want to allow the user to call another user while still interacting with my application.
source
share