简体   繁体   中英

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM