I want to add a button to my app that will allow the phone to call a particular number. I also want to add message service.
write following code in button.onClickListener,
String url = "tel:3334444"; Intent intent = new Intent(Intent.ACTION_CALL, Uri.parse(url));