how would I open the Dialpad and get the Number that the User like to call. So I can do a check with it before I dial it from my Source?
If possible, with a small example.
Thanks Anshuman
Did you disable the Dialer? If so, go to Settings>Apps>Disabled, select Dialer, and tap Enable. If there isn't a Disabled list, go to Settings>Apps>All, and scroll all the way to the bottom to find the Disabled apps. In Samsung the app is called "Phone" that you want to restore/add back to your home screen.
try this code
Intent dial = new Intent();
dial.setAction("android.intent.action.DIAL");
dial.setData(Uri.parse("tel:"+dial_number));
startActivity(dial);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With