gpt4 book ai didi

java - 如何在 WhatsApp 上将图像和文本一起分享给特定收件人?

转载 作者:行者123 更新时间:2023-12-02 01:25:54 24 4
gpt4 key购买 nike

我尝试将图像和文本直接发送到 Whatsapp 给特定收件人,但仅发送文本

    String msg = "Message here";
Uri bitmapUri= Uri.parse(imageUrl);
Uri uri = Uri.parse("http://api.whatsapp.com/send?phone="+smsNumber +"&text="+msg);

try {
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(Uri.parse(uri+"?image="+bitmapUri));
startActivity(intent);

} catch(Exception e) {
Toast.makeText(this, "Error/n" + e.toString(), Toast.LENGTH_SHORT).show();
}

最佳答案

关于java - 如何在 WhatsApp 上将图像和文本一起分享给特定收件人?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57586074/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com