yanivtwin
yanivtwin

Reputation: 625

Open current ongoing call from app android

I want to open the call screen while call in progress and the user is in my app ,

I've looked around and found two results:

Intent.ACTION_CALL_BUTTON

and

Intent.ACTION_DIAL

Both going to the dialer and not the call on progress(using galaxy 8)

Any ideas on how to solve this ?

tnx

Upvotes: 1

Views: 117

Answers (1)

Vikasdeep Singh
Vikasdeep Singh

Reputation: 21756

I am not sure about your scenario but just in case your app is on top of Dial App in stack of Activities then finish your activity. By doing this On Call screen will come on the top and will be displayed.

Upvotes: 1

Related Questions