Changes
/* Configuration levels */
! Configuration level !! Path !! Comment
|-
| '''Device'''|| <internal_storage>\UBIK\UIConfigurations || The configuration will be applied for all installed {{UBIK}} apps, if it is not overruled by more specific configurations. The data will not be deleted when an app is uninstalled.
|-
| '''App (persistent)'''|| <internal_storage>\UBIK\<app_package_name>\UIConfigurations || The configuration will be applied for the specified app, if it is not overruled by more specific configurations. The data will not be deleted when an app is uninstalled.
|-
| '''App (installation-bound)'''|| <internal_storage>\Android\data\<app_package_name>\files\UIConfigurations || The configuration will be applied for the specified app, if it is not overruled by more specific configurations. The data will be deleted when an app is uninstalled.
|-
| '''User specific (server-bound)'''|| Delivered by web service, depending on the customizing. Stored in: <br/><internal_storage>\Android\data\<app_package_name>\files\<user>\UIConfigurations || The configuration will be applied for the specified user & app. There is no more specific configuration, so it will never be overruled. The data will be deleted when an app is uninstalled or overwritten, if the web service provides a new configuration.
|-
|}
=== Special cases ===
Not every UI configuration detail can be delivered by the server (user specific), e.g. the start screen configuration. All details can be configured on the device manually or using a Mobile Device Management (MDM) Software.