How to modify incoming and outgoing call screen vi

2019-02-02 00:49发布

I want modify below screen according to my option.

I don't know how to access this screen.

enter image description here

and i need to modify this screen also

enter image description here

Please help me to do this.

2条回答
Bombasti
2楼-- · 2019-02-02 01:08

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:)

查看更多
我命由我不由天
3楼-- · 2019-02-02 01:15

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

查看更多
登录 后发表回答