Automatic reply for whatsapp messages approach
问题 I have seen few applications on play store that supports automatic reply for WhatsApp, I searched the internet to find out the approach, but all I found was this piece of code Uri uri = Uri.parse("smsto:" + "99********"); Intent i = new Intent(Intent.ACTION_SENDTO, uri); i.putExtra("sms_body", "Hey!"); i.setPackage("com.whatsapp"); startActivity(i); It will open the WhatsApp and take you to that particular contact if you have saved and it will paste the given text but it will not send the