| Title | Action | Extras | Description |
|---|---|---|---|
| Show about dialog | org.openintents.action.SHOW_ABOUT_DIALOG |
Show an about dialog to display information about your application. |
WEBSITE_URL: A URL for a link to a website. String extra. For instance: "http://www.openintents.org".
WEBSITE_LABEL: An optional label to display instead of the link URL. String extra. Optional. For instance: "OpenIntents.org".
Originally for use with OI About:
WEBSITE_URL: The URL for the link to the website of the program. This should be a string starting with "http://".
WEBSITE_LABEL: The label for the link to the website of the program. If this is not set, it defaults to the URL specified in the "org.openintents.extra.WEBSITE_URL" property.
| Title | Action | Extras | Description |
|---|---|---|---|
| Show about dialog | org.openintents.action.SHOW_ABOUT_DIALOG |
Show an about dialog to display information about your application. |