I am developing an android app.
I want to open (just open) WhatsApp from my app.
How can I open WhatsApp from my Gb whatsapp apk?
my friend suggested me
Intent launchIntent = getPackageManager().getLaunchIntentForPackage(“com.whatsapp”);
startActivity(launchIntent);