如何在Google Plus上分享共享图片(来自网址)和文字

时间:2017-05-05 12:28:02

标签: android google-plus

我想尝试使用Android Google plus中的内容分享图片(来自Url),我正在尝试...

Intent shareIntent = new PlusShare.Builder(getActivity())
            .setType("text/plain")
            .setText("Check Trending Google Plus Login Integration Post From Androidlift")
            .setContentUrl(Uri.parse("http://androidlift.info/2016/12/28/android-google-plus-login-integration-signin-example/"))
            .getIntent();

    startActivityForResult(shareIntent, 0);

0 个答案:

没有答案