Blackberry JAVA DEVELOPMENT ENVIRONMENT - - CRYPTOGRAPHIC SMART CARD DRIVER - DEVELOPMENT GUIDE Anleitung zur Fehlerbehebung Seite 272

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 286
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 271
272
BlackBerry Java Development Environment Development Guide
Round brackets () indicate exclusive (open) range matching.
Missing lower ranges imply 0.
Missing upper ranges imply infinity.
For example, [4.0,) indicates any version between 4.0 and infinity.
The following example prevents modules from loading on versions of the BlackBerry Device Software earlier than
version 4.0.
<application id="<
application_id
>" _blackberryVersion="[4.0,)">
...
</application>
The following example provides alternative modules for different versions of the BlackBerry Device Software.
<application id="<
application_id
>">
...
<fileset _blackBerryVersion="(,4.0)">
... modules for BlackBerry device software versions earlier than 4.0
</fileset>
<fileset _blackBerryVersion="[4.0,)">
... modules for BlackBerry device software versions 4.0 and later
</fileset>
</application>
See “Appendix: .alx files” on page 277 for more information about .alx file elements.
Seitenansicht 271
1 2 ... 267 268 269 270 271 272 273 274 275 276 277 ... 285 286

Kommentare zu diesen Handbüchern

Keine Kommentare