小编APO*_*SHI的帖子

通过Intent Text分享的Android分享未在Facebook中显示

当通过意图文本分享未在Facebook中显示时

Intent sendIntent = new Intent();
            sendIntent.setAction(Intent.ACTION_SEND);
            sendIntent.putExtra(android.content.Intent.EXTRA_TEXT, "HELOO WORLD");
            sendIntent.setType("text/plain");
            startActivity(Intent.createChooser(sendIntent, "Share with"));;
Run Code Online (Sandbox Code Playgroud)

android android-intent

4
推荐指数
1
解决办法
8337
查看次数

标签 统计

android ×1

android-intent ×1