Sharing is a common action on the Internet. This example shows you how easy it is to build applications that recieve Share requests, and how simple it is to build applications that request Share functionality.
<intent action="http://webintents.org/share" type="image/*" href="image.html" title="Kinlan's Image Share" /> <intent action="http://webintents.org/share" type="text/uri-list" href="link.html" title="Kinlan's Link Share" />
Any application that launches a startActivity with an action of "http://webintents.org/share" will see these applications listed.