Android: launch android dialer with mobile number

Intent intent = new Intent(Intent.ACTION_DIAL, 
Uri.parse("tel:" + mContactNo.getText().toString()));
startActivity(intent);

Comments

Popular posts from this blog

change svg android drawable color

Android: Events from JavaScript to Android

Android Secure data with cryptography