标签: android whatsapp
我正在开发一个Android应用程序 我想从我的应用程序打开(刚打开)WhatsApp。
如何从我的应用中打开WhatsApp?
答案 0 :(得分:4)
你试过这个吗?
Intent launchIntent = getPackageManager().getLaunchIntentForPackage("com.whatsapp"); startActivity(launchIntent);