Parameter | Description | Type | Default Value | Configurable Values |
---|---|---|---|---|
vaVoiceCommandHeadsetConfirmation | Configures voice command confirmation with the press of the PTT Button from the Bluetooth (BT) Headset. | String | null | Configures any text that will be used for configuring Voice Command confirmation |
{ "vaVoiceCommandHeadsetConfirmation":"Go ahead" }
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://<TOKEN>" com.symbol.wfc.pttpro" adb shell am broadcast -a com.symbol.wfc.pttpro.ACTION_DEFAULT_CONFIG --es "profile_json" ' {"vaVoiceCommandHeadsetConfirmation" : "Go ahead"}'