Making calls without ACTION_CALL

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.

+5
source share
1 answer

You cannot change or customize the call screen unless you create your own ROM

This is not possible from the SDK application ...

, backgroud, .

+1

All Articles