Friday, February 7, 2014
android share code, Sina Weibo reported unsupported file format
This code using Sina Weibo Times unsupported file format, but still can be issued Supreme
hair
Then qq, there is no problem on everyone to share
How can I modify it?
Intent intent = new Intent (Intent.ACTION_SEND);
intent.setType ("text / plain");
intent.putExtra (Intent.EXTRA_SUBJECT, "sharing");
intent.putExtra (Intent.EXTRA_TEXT, "123123123");
intent.setFlags (Intent.FLAG_ACTIVITY_NEW_TASK);
startActivity (Intent.createChooser (intent, getTitle ()));
Reply:
The same question, also encountered this problem
Reply:
Intent intent = new Intent (Intent.ACTION_SEND);
intent.setType ("text / plain");
intent.putExtra (Intent.EXTRA_SUBJECT, "sharing");
intent.putExtra (Intent.EXTRA_TEXT, "123123123");
intent.setFlags (Intent.FLAG_ACTIVITY_NEW_TASK);
startActivity (Intent.createChooser (intent, getTitle ()));
The intent.setType ("text / plain"); This sentence changed to:
intent.setType ("");
Not being given the
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment