Parameter | Description | Type | Default Value | Configurable Values |
---|---|---|---|---|
showOnlyInitials | Configures the client to display the initials of contacts instead of the names of contacts. | Integer | 0 |
|
{ "showOnlyInitials ":0 }
adb push WFCPTTProDefault.json /sdcard/ adb shell am broadcast -a com.symbol.wfc.pttpro.ACTION_DEFAULT_CONFIG --es "configpath" "/sdcard/WFCPTTProDefault.json"
adb push WFCPTTProDefault.json /enterprise/device/settings/pttpro/ adb shell am broadcast -a com.symbol.wfc.pttpro.ACTION_DEFAULT_CONFIG --es "configpath" "/enterprise/device/settings/pttpro/WFCPTTProDefault.json"
adb shell am start -a android.intent.action.VIEW -d "wfctp-uat://XYZ_TOKEN" com.symbol.wfc.pttpro" adb shell am broadcast -a com.symbol.wfc.pttpro.ACTION_DEFAULT_CONFIG --es "profile_json" ' {"showOnlyInitials " : 0}'