Icon resource

Extras
Extra key: 
org.openintents.extra.ICON_RESOURCE

The resource identifier of an icon. String extra, but not necessarily text.

Originally for use with OI About:
A logo for the about box from a resource. Alternatively you can set the EXTRA_ICON_URI.

Specify the name of the image resource as a String. Use the result from "getResources().getResourceName(R.drawable.icon)".

Intents using Icon resource

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

Show an about dialog to display information about your application.