(Required) Specifies splash screens to use.
<qnx>, <configuration>, <invoke-target>
| Name | Cardinality |
|---|---|
| image | Any number |
The <splashScreens> element specifies the image file to display when the application starts on device.
You can specify the splash screens to use as well as different splash screens for multiple devices and different locale or region settings. The image file for the splash screen must meet the following criteria:
For more information about image sizes to use, see the UI Guidelines for BlackBerry 10 .
None.
None.
<splashScreens>
<image>splash-720x720.jpg</image>
<image>splash-1280x720.jpg</image>
<image>splash-720x1280.jpg</image>
<image>
<text xml:lang="fr">splash-1024x600_fr.jpg</text>
</image>
<image>
<text xml:lang="fr">splash-600x1024_fr.jpg</text>
</image>
</splashScreens>