Hi,
Trying to a share a bit of text using ACTION_SEND. Facebook will popup
as an app capable of handling this, but fails to handle the intent
correctly. Using this:
Intent intent = new Intent(Intent.ACTION_SEND);
intent .setType("text/plain");
intent .putExtra(android.content.Intent.EXTRA_TEXT, "This is a
test.");
startActivity(Intent.createChooser(intent, "testing..."));
I read that the problem is that while Facebook has registered as
supporting text/plain, it can only actually deal with urls.
If this is really a problem, is there a way I can somehow explicitly
remove Facebook from the list of applications that can handle my
ACTION_SEND request? Or somehow modify my intent to specifically deal
with Facebook?
Thanks
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en