什么应用程序分享像Android中的ubar

时间:2016-06-22 06:27:44

标签: java android share

我目前正在寻找通过Whatsapp分享一些内容。 目前我可以分享测试,但我如何分享如下ubar。

我目前的代码就是这个。

Intent whatsappIntent = new Intent(Intent.ACTION_SEND);
whatsappIntent.setPackage("com.whatsapp");
whatsappIntent.putExtra(Intent.EXTRA_TEXT, <content>+"_Shared Via_  *App Name*");
whatsappIntent.setType("text/plain");
try {
    startActivity(whatsappIntent);
} catch (android.content.ActivityNotFoundException ex) {
        //whatsapp not installed
}

Whats app share

1 个答案:

答案 0 :(得分:2)

该文本是从超级网站链接下载的,该链接在网页元数据中设置。

 <meta property="og:title" content="FREE UBER RIDE">
 <meta property="og:description" content="Sign up now to claim your free gift from Sanjay (₹ 100 off first ride)*.">