English 中文(简体)
Android - supress the native In Call Screen and replace with 3rd party?
原标题:

Currently creating a VOIP application for Android and I was wondering is there any possible way to supress the In Call Dialog when sending a call over GSM and use our own 3rd party In Call Dialog or screen instead?

At the minute when we switch from our VOIP call and send it over GSM via the ACTION_CALL intent it does everything we want except it brings up the native In Call screen whereas we want our own In Call screen to display here.

So I was wondering what kind of options we would have on this?

What would you reccomend we look into doing?

Thanks in advance

最佳回答

Unless you are running your app on a rooted device, you cannot supress the native in call screen, nor the native calling screen.

问题回答

暂无回答




相关问题
Voice Conference - how to have more people in conversation?

first of all, I m just a hobbyist, so I m sorry if this is dumb question or if I m being too naive. (It also means that I can t buy expensive libraries) This is the situation: I m building a simple ...

VoIP over 3G on iPhone, what s changed in the SDK?

I ve been looking at the SDK3.2 to find out about the new capacity to direct call over IP on 3G network, but I don t see anything obvious in the API diffs. Is this just something Apple allows on a low ...

Structure of a Voice Chat application (Client/Server)?

I need an EXPERT opinion please, and sorry if my question itself is a confused question. I was reading around about structure of VOIP applications (Client/Server). And mostly UDP is recommended for ...

udp socket options for sendng RTP

I am opening socket on windows platform for sending RTP voice packets. The application is softphone. What preferable options should be set on this socket.

Need advice on VOIP call trunking and termination

I am working on a project where we make a VOIP phone call to the end user, essentially, exactly like skype does. The problem is, that all calls from VOIP need to be terminated as PSTN if it has to ...

Voice Communication over TCP/IP

I m currently developing application using DirectSound for communication on an intranet. I ve had working solution using UDP but then my boss told me he wants to use TCP/IP for some reason. I ve tried ...

Open-source p2p videoconferencing in Flash or Java?

I want to build a community website with videoconferencing functionality integrated. I would prefer to provide this from within the browser, so I m looking for a Java- or Flash-based solution. Also, ...

热门标签