如何从其他应用程序打开 Whatsapp
How to open Whatsapp from other app
我正在开发 android 应用程序。
我想从我的应用程序打开(只是打开)WhatsApp。
如何从我的应用程序打开 WhatsApp?
你试过这个吗
Intent launchIntent = getPackageManager().getLaunchIntentForPackage("com.whatsapp");
startActivity(launchIntent);
我正在开发 android 应用程序。
我想从我的应用程序打开(只是打开)WhatsApp。
如何从我的应用程序打开 WhatsApp?
你试过这个吗
Intent launchIntent = getPackageManager().getLaunchIntentForPackage("com.whatsapp");
startActivity(launchIntent);