The Application Configuration Profile contains several files that are organized in this directory structure.
Folder | Contents |
---|---|
META-INF | Contains versioning-related metadata in a manifest file:
|
tiles
| Contains the extensibility-related configurations:
|
styles | contains the style configuration file:
|
img | Contains the static images used by the application, organized by platform.
|
strings | Contains localized text strings, one file per locale. File names follow this
format: localization.<language code>.xml. See
also Adding and Accessing Localized Texts. |
ext | Contains configuration files required by the application. The entry names
are defined by the application. You can place any kinds of files in this
directory. Although the framework does not process files in the ext folder,
it exposes the APIs required to retrieve their content. |
Demo | Contains offline data used by the application in demo mode:
|