<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: A Call To Action&#8230;ACTION_SEND, That Is</title>
	<atom:link href="http://www.androidguys.com/2009/11/02/a-call-to-action-action_send-that-is/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.androidguys.com/2009/11/02/a-call-to-action-action_send-that-is/</link>
	<description>The trusted source for Android news and opinion &#124; Est. 2007</description>
	<lastBuildDate>Fri, 10 Feb 2012 11:25:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Error 454</title>
		<link>http://www.androidguys.com/2009/11/02/a-call-to-action-action_send-that-is/comment-page-1/#comment-102306</link>
		<dc:creator>Error 454</dc:creator>
		<pubDate>Wed, 23 Mar 2011 19:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidguys.com/?p=10499#comment-102306</guid>
		<description>Missing some getString()&#039;s in here, should be:
i.putExtra(Intent.EXTRA_SUBJECT, getString(R.string.share_subject));
i.putExtra(Intent.EXTRA_TEXT, ...);

startActivity(Intent.createChooser(i, getString(R.string.share_title)));</description>
		<content:encoded><![CDATA[<p>Missing some getString()'s in here, should be:<br />
i.putExtra(Intent.EXTRA_SUBJECT, getString(R.string.share_subject));<br />
i.putExtra(Intent.EXTRA_TEXT, ...);</p>
<p>startActivity(Intent.createChooser(i, getString(R.string.share_title)));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Usama</title>
		<link>http://www.androidguys.com/2009/11/02/a-call-to-action-action_send-that-is/comment-page-1/#comment-83836</link>
		<dc:creator>Usama</dc:creator>
		<pubDate>Wed, 03 Nov 2010 08:15:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidguys.com/?p=10499#comment-83836</guid>
		<description>Go through this link.

http://www.mail-archive.com/android-developers@googlegroups.com/msg124392.html

It should solve the problem

Cheers,</description>
		<content:encoded><![CDATA[<p>Go through this link.</p>
<p><a href="http://www.mail-archive.com/android-developers@googlegroups.com/msg124392.html" rel="nofollow">http://www.mail-archive.com/android-developers@googlegroups.com/msg124392.html</a></p>
<p>It should solve the problem</p>
<p>Cheers,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Usama</title>
		<link>http://www.androidguys.com/2009/11/02/a-call-to-action-action_send-that-is/comment-page-1/#comment-83835</link>
		<dc:creator>Usama</dc:creator>
		<pubDate>Wed, 03 Nov 2010 08:13:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidguys.com/?p=10499#comment-83835</guid>
		<description>Go through the link below. It should solve your problem

http://www.mail-archive.com/android-developers@googlegroups.com/msg124392.html

Cheers,</description>
		<content:encoded><![CDATA[<p>Go through the link below. It should solve your problem</p>
<p><a href="http://www.mail-archive.com/android-developers@googlegroups.com/msg124392.html" rel="nofollow">http://www.mail-archive.com/android-developers@googlegroups.com/msg124392.html</a></p>
<p>Cheers,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Janusz</title>
		<link>http://www.androidguys.com/2009/11/02/a-call-to-action-action_send-that-is/comment-page-1/#comment-73991</link>
		<dc:creator>Janusz</dc:creator>
		<pubDate>Fri, 06 Aug 2010 12:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidguys.com/?p=10499#comment-73991</guid>
		<description>Great article as always but what happened to the code formatting?</description>
		<content:encoded><![CDATA[<p>Great article as always but what happened to the code formatting?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Haya</title>
		<link>http://www.androidguys.com/2009/11/02/a-call-to-action-action_send-that-is/comment-page-1/#comment-34303</link>
		<dc:creator>Haya</dc:creator>
		<pubDate>Tue, 30 Mar 2010 18:07:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidguys.com/?p=10499#comment-34303</guid>
		<description>what if I want to specify What the user sees in the  pop-up dialog where they can choose how to send the message.  
 
for example I dont want peep(twitter) to apear ? </description>
		<content:encoded><![CDATA[<p>what if I want to specify What the user sees in the  pop-up dialog where they can choose how to send the message.  </p>
<p>for example I dont want peep(twitter) to apear ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graham</title>
		<link>http://www.androidguys.com/2009/11/02/a-call-to-action-action_send-that-is/comment-page-1/#comment-11556</link>
		<dc:creator>Graham</dc:creator>
		<pubDate>Wed, 11 Nov 2009 16:13:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidguys.com/?p=10499#comment-11556</guid>
		<description>This has been a major letdown for me.  I know this is a facebook issue, they really need to respond to text better.  Anyone know how to get around this?  How does one actually send a link and text to facebook?!?  I love ACTION_SEND and use it in my apps, but if they chose Facebook it takes them to an ugly facebook page telling them it doesn&#039;t work. </description>
		<content:encoded><![CDATA[<p>This has been a major letdown for me.  I know this is a facebook issue, they really need to respond to text better.  Anyone know how to get around this?  How does one actually send a link and text to facebook?!?  I love ACTION_SEND and use it in my apps, but if they chose Facebook it takes them to an ugly facebook page telling them it doesn&#039;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: droidin</title>
		<link>http://www.androidguys.com/2009/11/02/a-call-to-action-action_send-that-is/comment-page-1/#comment-11148</link>
		<dc:creator>droidin</dc:creator>
		<pubDate>Sun, 08 Nov 2009 05:25:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidguys.com/?p=10499#comment-11148</guid>
		<description>Oh, man! This is beyond timely! </description>
		<content:encoded><![CDATA[<p>Oh, man! This is beyond timely!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DroidDev</title>
		<link>http://www.androidguys.com/2009/11/02/a-call-to-action-action_send-that-is/comment-page-1/#comment-11027</link>
		<dc:creator>DroidDev</dc:creator>
		<pubDate>Fri, 06 Nov 2009 18:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidguys.com/?p=10499#comment-11027</guid>
		<description>It seems that the official facebook app only supports sending it a link, and not an arbitrary text to post as status message. Somebody know a workaround for that? </description>
		<content:encoded><![CDATA[<p>It seems that the official facebook app only supports sending it a link, and not an arbitrary text to post as status message. Somebody know a workaround for that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: commonsguy</title>
		<link>http://www.androidguys.com/2009/11/02/a-call-to-action-action_send-that-is/comment-page-1/#comment-10705</link>
		<dc:creator>commonsguy</dc:creator>
		<pubDate>Wed, 04 Nov 2009 21:56:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidguys.com/?p=10499#comment-10705</guid>
		<description>D&#039;oh! Sorry about that. I have fixed the post. Thanks for pointing it out! </description>
		<content:encoded><![CDATA[<p>D&#039;oh! Sorry about that. I have fixed the post. Thanks for pointing it out!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jsdf</title>
		<link>http://www.androidguys.com/2009/11/02/a-call-to-action-action_send-that-is/comment-page-1/#comment-10690</link>
		<dc:creator>jsdf</dc:creator>
		<pubDate>Wed, 04 Nov 2009 20:56:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidguys.com/?p=10499#comment-10690</guid>
		<description>Mark, 
After much searching, I think you have a typo in your code. 
The MIME type listed in line 3 should be &quot;text/plain&quot;, not &quot;plain/text&quot;.  With &quot;plain/text&quot;, all I get is GMail.  With &quot;text/plain&quot;, I get a chooser of many options (e.g. Facebook, Twidroid, Messaging, etc.). 
Thanks, 
jsdf </description>
		<content:encoded><![CDATA[<p>Mark,<br />
After much searching, I think you have a typo in your code.<br />
The MIME type listed in line 3 should be &quot;text/plain&quot;, not &quot;plain/text&quot;.  With &quot;plain/text&quot;, all I get is GMail.  With &quot;text/plain&quot;, I get a chooser of many options (e.g. Facebook, Twidroid, Messaging, etc.).<br />
Thanks,<br />
jsdf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: commonsguy</title>
		<link>http://www.androidguys.com/2009/11/02/a-call-to-action-action_send-that-is/comment-page-1/#comment-10465</link>
		<dc:creator>commonsguy</dc:creator>
		<pubDate>Tue, 03 Nov 2009 02:44:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidguys.com/?p=10499#comment-10465</guid>
		<description>ACTION_SEND is not designed for your scenario. In your case, you are trying to specify who is the recipient (BCC, CC, TO). ACTION_SEND is designed for the case where the user is asking to send something, and you know what the &quot;something&quot; is, but are letting the user choose the communications app and recipients. </description>
		<content:encoded><![CDATA[<p>ACTION_SEND is not designed for your scenario. In your case, you are trying to specify who is the recipient (BCC, CC, TO). ACTION_SEND is designed for the case where the user is asking to send something, and you know what the &quot;something&quot; is, but are letting the user choose the communications app and recipients.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.androidguys.com/2009/11/02/a-call-to-action-action_send-that-is/comment-page-1/#comment-10392</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Mon, 02 Nov 2009 17:24:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidguys.com/?p=10499#comment-10392</guid>
		<description>Fin, this modification will show email apps only, using it in &quot;Here I Am&quot; app: 
 
i.setType(&quot;text/xml&quot;); </description>
		<content:encoded><![CDATA[<p>Fin, this modification will show email apps only, using it in &quot;Here I Am&quot; app: </p>
<p>i.setType(&quot;text/xml&quot;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fin</title>
		<link>http://www.androidguys.com/2009/11/02/a-call-to-action-action_send-that-is/comment-page-1/#comment-10365</link>
		<dc:creator>Fin</dc:creator>
		<pubDate>Mon, 02 Nov 2009 15:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidguys.com/?p=10499#comment-10365</guid>
		<description>ACTION SEND is a bit of a pain really if you want to do anything more than send links.  I am trying to do something fairly basic (sending an email with subject, body, bcc, cc, to, small image attachment)  I have tried for a literal age to get ACTION SEND to create a chooser which can provide for the full suite.  No point in offering up MMS or a facebook app when it is going to discard half the things requested.  

The best thing they could do is implement a chooser which supports filtering based on attributes you want supported.  Then force the consumer apps to do something consistant and sensible with the things passed to it.  Something like the way you can gracefully select the most efficient location provider based on setting granularity and other requirements.</description>
		<content:encoded><![CDATA[<p>ACTION SEND is a bit of a pain really if you want to do anything more than send links.  I am trying to do something fairly basic (sending an email with subject, body, bcc, cc, to, small image attachment)  I have tried for a literal age to get ACTION SEND to create a chooser which can provide for the full suite.  No point in offering up MMS or a facebook app when it is going to discard half the things requested.  </p>
<p>The best thing they could do is implement a chooser which supports filtering based on attributes you want supported.  Then force the consumer apps to do something consistant and sensible with the things passed to it.  Something like the way you can gracefully select the most efficient location provider based on setting granularity and other requirements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.androidguys.com/2009/11/02/a-call-to-action-action_send-that-is/comment-page-1/#comment-10362</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Mon, 02 Nov 2009 14:59:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.androidguys.com/?p=10499#comment-10362</guid>
		<description>Incredible timing Mark! I was about to start looking into how to do this! 
Thanks again for your clear explanations. 
jsdf </description>
		<content:encoded><![CDATA[<p>Incredible timing Mark! I was about to start looking into how to do this!<br />
Thanks again for your clear explanations.<br />
jsdf</p>
]]></content:encoded>
	</item>
</channel>
</rss>

