【发布时间】:2013-08-02 09:16:26
【问题描述】:
我可以使用示例创建交互式帖子,如下所示。
Intent shareIntent = new PlusShare.Builder()
.setType("text/plain")
.setText("Welcome to the G+ platform.")
.getIntent();
startActivityForResult(shareIntent, 0);
当活动启动时,它会显示用户必须手动按下共享按钮的窗口。 有没有办法通过添加默认收件人(公共/圈子)直接发布到 Google plus 流而不要求用户按共享按钮。
【问题讨论】:
标签: android google-plus google-play-services