Making calls without ACTION_CALL activity
Is there a way to make a call from my application, but keep my activity in focus? ACTION_CALL
shows the call screen, but I want to show my screen instead, with my开发者_如何转开发 own control to end the call. Is this possible? e.g. is there a service that does the actual phone call?
I basically want to allow the user to call another user, while still interacting with my app.
You can not change or customize the call screen unless you are building your own ROM
That is not possible from an SDK application...
You can try to design your application so that it works with a backgroud service so that you achieve your goals
精彩评论