0

As per the requirement,I have to replace the android's build in dialler screen by a custom screen along with the controls. How to achieve this..???

thanks for your efforts.

Devrath Rathee
  • 74
  • 2
  • 12

1 Answers1

1

You can download this example, and edit it how you please.

This one and especially this one are even better, but may be more than what you want.

RESPONSE TO COMMENTS:

So you want to edit the stock dialer screen to add a button? This is not possible...though you can create a service which runs as an overlay whenever the dialer is shown which has a clickable button you can intercept. See this post for how to do it.

Community
  • 1
  • 1
dberm22
  • 3,187
  • 1
  • 31
  • 46
  • Thanks for your kind efforts but this is not the solution I was looking for.I want to add new controls to dialler screen like : new image,new button etc. – Devrath Rathee Jun 05 '13 at 19:18
  • So you want to add a button to the stock screen? This is not possible...though you can create a service which runs as an overlay whenever the dialer is shown which has a clickable button you can intercept. See here: http://stackoverflow.com/questions/4481226/creating-a-system-overlay-always-on-top-button-in-android – dberm22 Jun 05 '13 at 19:22
  • Dats the solution.Thanx a lot for your efforts. – Devrath Rathee Jun 06 '13 at 06:47