10

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.

Poovizhirajan N
  • 1,263
  • 1
  • 13
  • 29

2 Answers2

5

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

Suraj Rao
  • 29,388
  • 11
  • 94
  • 103
Pratik
  • 30,639
  • 18
  • 84
  • 159
4

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

Poovizhirajan N
  • 1,263
  • 1
  • 13
  • 29
Jashan PJ
  • 4,177
  • 4
  • 27
  • 41