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 keypad when I click the Button.
I want to display Number Dial Keypad (Phone Call) Programmatically on button click in
Share
You can use this code if you want to open the dialer programmatically without any number inserted:
Java
Kotlin
If you need to open the dialer with the number already digited you can use this code:
Java
Kotlin