Icon uri

Extras
Extra key: 
org.openintents.extra.ICON_URI

The content uri of an icon. String extra.

Originally for use with OI About:
A logo for the about box from an image URI. Alternatively you can set the EXTRA_ICON_RESOURCE.

ICON_URI specifies the content uri of the image as a String. For instance: "content://images/1". As content provider you can use: a) your own small content provider just for the image, b) the System-wide MediaProvider

Intents using Icon uri

Title Action Extras Description
Show about dialog org.openintents.action.SHOW_ABOUT_DIALOG

Show an about dialog to display information about your application.