Difference between revisions of "Preset"
Line 6: | Line 6: | ||
== Technical Background == | == Technical Background == | ||
+ | |||
+ | === Prior to version 2.4.0 === | ||
Presets are stored in the following directory as [http://en.wikipedia.org/wiki/JSON JSON] files. | Presets are stored in the following directory as [http://en.wikipedia.org/wiki/JSON JSON] files. | ||
Line 19: | Line 21: | ||
| ''APP_PACKAGE_NAME''|| is the concatenation of "com.augmensys.ubik." and the application name, e.g. ''demo'', ''manualtest'', ''companyname'' etc. | | ''APP_PACKAGE_NAME''|| is the concatenation of "com.augmensys.ubik." and the application name, e.g. ''demo'', ''manualtest'', ''companyname'' etc. | ||
|} | |} | ||
+ | |||
+ | === Starting from version 2.4.0 === | ||
+ | |||
+ | Presets are stored under a new location: '''SD_CARD/UBIK/preset_folder''' | ||
+ | |||
+ | {{hint|In addition, the stored presets are shared between different {{UBIK}} apps and will no longer be removed after apps' uninstallation.}} | ||
== See also == | == See also == |
Revision as of 09:58, 3 September 2014
A preset is a collection of UBIK® settings. It provides users a convenient way of switching between different sets of settings.
Users have the following options to cope with presets:
- Save all the current settings into a preset;
- Load an existing preset and apply the setting values to the current ones.
Contents
Technical Background
Prior to version 2.4.0
Presets are stored in the following directory as JSON files.
SD_CARD/Android/data/APP_PACKAGE_NAME/files/preset_folder
Parameter | Purpose |
---|---|
SD_CARD | represents the root of the external storage of a device |
APP_PACKAGE_NAME | is the concatenation of "com.augmensys.ubik." and the application name, e.g. demo, manualtest, companyname etc. |
Starting from version 2.4.0
Presets are stored under a new location: SD_CARD/UBIK/preset_folder
In addition, the stored presets are shared between different UBIK® apps and will no longer be removed after apps' uninstallation. |