Parameter | Description | Type | Default Value | Configurable Values |
---|---|---|---|---|
vaAnnounceBasedOnContactDisplayName | When true, overrides other Voice Announce settings and announces the contact name displayed in the Contacts screen. | Boolean | False |
|
{ "vaAnnounceBasedOnContactDisplayName":true }
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" ' {"vaAnnounceBasedOnContactDisplayName" : true}'