Since I found some older posts, that tell that whatsapp doesn\'t support this, I was wondering if something had changed and if there is a way to open a whatsapp \'chat\' wit
This is what worked for me :
Uri uri = Uri.parse("https://api.whatsapp.com/send?phone=" + "" + "&text=" + "Hello WhatsApp!!"); Intent sendIntent = new Intent(Intent.ACTION_VIEW, uri); startActivity(sendIntent);