Load Configuration File
Load Configuration File

Load Configuration File

 This intent is used to load a configuration file to
PTT Pro for Android
. After the configuration is successfully applied, the application restarts and the file is deleted. Refer to the
Workcloud Communication PTT Pro for Android Configuration Guide
guide for information on specific configuration parameters.

Prerequisites

  • The minimum required
    PTT Pro for Android
    version is 3.3.10122.
  • The configuration file must be loaded to the device.

Intent Definition

Name
Description
Action
com.symbol.wfc.pttpro.ACTION_DEFAULT_CONFIG
Intent Type
startActivity
Extra 0
This extra specifies the path to the JSON configuration that is loaded on the device. This is a mandatory parameter.
          Type
String
          Name
configpath
          Value
Path to the JSON configuration file loaded in the device
Extra 1
This extra specifies whether the existing configuration should be reset or not before loading the new configuration. This parameter is optional; if not included, it defaults to false and the configuration is reset.
          Type
Boolean
          Name
resetConfig
          Value
true
Reset the current configuration before applying the new configuration.
false
Do not reset the current configuration before applying the new configuration.

ADB Example

adb shell am start -a com.symbol.wfc.pttpro.ACTION_DEFAULT_CONFIG --es “configpath” /enterprise/WFCPTTProDefault.json --ez "resetconfig" true