Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Your application can act as a content type filter—that is, handle common intent actions such as VIEW, EDIT, or SEND for specific MIME types.
A photo application might act as a content type handler for VIEW actions for any graphic formats, such as JPG, PNG, or RAW image file MIME types. Similarly, a social networking application might want to handle intent SEND actions when the underlying data has a MIME type associated with typical social content (for example, text, graphic, or video). This means that any time the user tries to send data (with the MIME types that the social networking application was interested in) from an Android application using an intent with action SEND, the social networking application is listed as a choice for completing the SEND action request. If the user chooses to send the content using the social networking application, that application has to launch an Activity to handle the request (for example, an activity that uploads the content to the social networking website to share).