How to modify incoming and outgoing call screen view in android

后端 未结 2 501
甜味超标
甜味超标 2020-12-28 09:35

I want modify below screen according to my option.

I don\'t know how to access this screen.

\"enter

相关标签:
2条回答
  • 2020-12-28 10:22

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

    0 讨论(0)
  • 2020-12-28 10:33

    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

    0 讨论(0)
提交回复
热议问题