How to modify incoming and outgoing call screen view in android

此生再无相见时 提交于 2019-11-28 23:58:00

问题


I want modify below screen according to my option.

I don't know how to access this screen.

and i need to modify this screen also

Please help me to do this.


回答1:


You cannot modify default screen but instead of this you can launch your screen for that you need to use BroadCastReceiver for incoming calls

here is the link for getting phone state in broadcast receiver

http://www.tutorialforandroid.com/2009/01/get-phone-state-when-someone-is-calling_22.html




回答2:


You have to write a broad cast receiver for incoming calls the Pratiks answer have the tutorial for that.Then simply make a pop up window over the default screen. you can call the pop up class from the broadcast receiver. hope you got it:)



来源:https://stackoverflow.com/questions/16098545/how-to-modify-incoming-and-outgoing-call-screen-view-in-android

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