Please give me an example or link about how to send call for given telephone number using Android.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Add these line of code where u want to call a number, if you Just want to
diala number you can use ACTION_DIAL instead.dont forget to add appropriate permission in your manifest file. may be below one
or