Intent intent = new Intent(Intent.ACTION_VIEW); intent.setData(Uri.parse(" http://api.whatsapp.com/send?phone=+1234567&&text=Hi,What's up")); startActivity(intent);