About Deploying Properties Using Json Files
Most property settings are stored in the DriverMateXam.json file,
which is stored in the Documents folder of the Android tablet. When the application is started,
it will load the settings in this file.
Settings in the DriverMateXaml.json file use the following format:
"1000":"300",
"1010":"true",
In this example, the No Show button is enabled and the No Show timer is set to 5 minutes (300 seconds). ("1000" is the ID for No Show Wait Time and "1010" is for No Show Enable.)
When DriverMate starts and the file does not exist, it will create the file and apply the default settings.