Google Plus上的Android分享

时间:2015-04-30 14:50:34

标签: android google-plus google-play-services

此代码始终导致ActivityNotFoundException

Intent shareIntent = new PlusShare.Builder(this)
                .setType(mime)
                .setStream(uri)
                .setText(shareText)
                .getIntent();

startActivity(shareIntent);

但是我的手机上安装了Google+应用,如果我使用通用意图ACTION_SEND,一切正常。

如何在Android上(安装了Google Play图书馆)在Google+上分享?

你知道有什么好的例子吗?

我不想使用Google +登录

0 个答案:

没有答案