【发布时间】:2021-11-29 06:29:47
【问题描述】:
WhatsApp Business 代替 WhatsApp 打开。如何仅链接到 WhatsApp? 代码如下:
Intent i = new Intent(Intent.ACTION_VIEW, Uri.parse("https://api.whatsapp.com/send phone="+phonestr+"&text="+messagestr));
startActivity(i);
【问题讨论】: