Android - supress the native In Call Screen and replace with 3rd party?

馋奶兔 提交于 2019-12-06 12:07:50

问题


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


回答1:


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



来源:https://stackoverflow.com/questions/2385685/android-supress-the-native-in-call-screen-and-replace-with-3rd-party

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!