Android: launch android dialer with mobile number Get link Facebook X Pinterest Email Other Apps December 26, 2016 Intent intent = new Intent(Intent.ACTION_DIAL, Uri.parse("tel:" + mContactNo.getText().toString())); startActivity(intent); Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment