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.
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.
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.