<description>
(Optional) The text that's displayed when the application is installed
Parent elements:
<qnx>, <configuration>
Child elements:
| Name | Cardinality |
|---|---|
| text | Any number |
Description:
The <description> element specifies the text that's displayed when the application is installed. You can use the <text> element to specify different string values for different languages and locales.
Content:
A PCDATA value representing a description of the application.
Attributes:
None.
Example:
<description>The HelloWorldDisplayManaged application
<text xml:lang="de-DE">The German description for
HelloWorldDisplayManaged application</text>
</description>