I want to display Number Dial Keypad (Phone Call) Programmatically on button click in android. Code is available for direct number dialing but I only need to show the dial keypa
Intent intent = new Intent(Intent.ACTION_CALL_BUTTON); startActivity(intent);
it will show Dial Window check here for information