Difference between revisions of "Preset"
Line 1: | Line 1: | ||
− | A preset is a collection of {{UBIK}} settings. It provides users a convenient way of switching between different sets of settings. | + | A preset is a collection of [[UBIK_Client_Basics#Options|{{UBIK}} settings]]. It provides users a convenient way of switching between different sets of settings. |
Users have the following options to cope with presets: | Users have the following options to cope with presets: |
Revision as of 14:58, 14 January 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.
Technical Background
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. |