如何在Google Plus分享中隐藏网址链接?

时间:2014-05-29 07:48:36

标签: android google-plus

我想在Android平台上通过Google Plus分享来自服务器的图片。我使用了以下代码:

Intent shareIntent = new PlusShare.Builder(this)
      .setType("text/plain")
      .setText("Welcome to the Google+ platform.")
      .setContentUrl(Uri.parse("https://developers.google.com/+/"))
      .getIntent();

一切正常,但我不想在帖子中显示网址链接。enter image description here

1 个答案:

答案 0 :(得分:0)

Google+平台不支持隐藏共享域名。如果这是您希望实施的功能,则可以open a feature request