Hi!
I'm sending a twitter intent from my app, but the intent chooser
brings up GMail as the first choice and Twidroid as the second one.
My question is: Why is GMail popping up for "application/
twitter"? ..It simply starts composing an email message..
I'm sending the intent as read on the Twidroid plugins page:
Intent sendIntent = new Intent(Intent.ACTION_SEND);
sendIntent.putExtra(Intent.EXTRA_TEXT, "tweet");
sendIntent.setType("application/twitter");
mContext.startActivity(Intent.createChooser(sendIntent, null));
Thanks for any help!
P.S.: Seesmic is also installed, but it doesn't seem to handle this
intent. Isn't there a common twitter intent type that is supported by
all the major clients?
--
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