Android 如何在Google Plus共享中隐藏URL链接?

Android 如何在Google Plus共享中隐藏URL链接?,android,google-plus,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/+/")) .

我想通过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();

它工作正常,但我不想在帖子中显示URL链接。

Google+平台不支持隐藏共享域。如果这是您希望看到实现的功能,您可以