此代码始终导致ActivityNotFoundException
Intent shareIntent = new PlusShare.Builder(this)
.setType(mime)
.setStream(uri)
.setText(shareText)
.getIntent();
startActivity(shareIntent);
但是我的手机上安装了Google+应用,如果我使用通用意图ACTION_SEND,一切正常。
如何在Android上(安装了Google Play图书馆)在Google+上分享?
你知道有什么好的例子吗?
我不想使用Google +登录