android how to send a whatsapp message

‮.www‬lautturi.com
android how to send a whatsapp message
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);
Created Time:2017-10-08 21:00:09  Author:lautturi