How to modify incoming and outgoing call screen view in android

后端 未结 2 516
甜味超标
甜味超标 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:)

提交回复
热议问题