Android的共享链接与WhatsApp的 [英] Android Share Link with WhatsApp

查看:2228
本文介绍了Android的共享链接与WhatsApp的的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想用我的这个Android应用程序分享链接:

I am trying to share link with my android app with this:

Intent intent = new Intent(Intent.ACTION_SEND);
intent.setType("text/plain");
intent.putExtra(Intent.EXTRA_TEXT, share);
intent.putExtra(android.content.Intent.EXTRA_SUBJECT, "");
mContext.startActivity(intent);

这是共享强:

Check out my link:\n http://my123domain.com/v.php?vid=123456-123456-123456

但是,当我与共享请告诉我应用的链接不要点击能, 任何想法,为什么?

But when i share it with Whats App the link is not click able, Any idea Why?

推荐答案

的WhatsApp不允许发送点击文字链接,谁没有在他们的联系人列表中的人。确保接收方有你自己的联系人列表中。

Whatsapp does not allow sending clickable text links to people who do not have you in their contact list. Make sure receiving party have you in their contact list.

这篇关于Android的共享链接与WhatsApp的的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆