Home Forums Exchange Brokers Discussion Avatrade How to open Whatsapp from other app

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #1371601
    jesonzale
    Participant

    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);

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.