Update with Token
Update with Token

Update with Token

This intent is used to pass a token to the WFC Provisioning Manager for the following purposes:
  • Receive configuration information associated with the token in return. After application is successfully configured, the application restarts. For more information on specific configuration parameters related to PBX, refer to the WFC Voice PBX Administrator Guide.
  • Associate  WFC Voice Client with a customer account for licensing the client. The token may or may not have configuration information associated with it.

Prerequisites

  • The WFC Provisioning Manager must be set up with the token used in the intent. Refer to the Zebra WFC Provisioning Manager Customer Administrator Guide for more information on tokens and associated configuration information with them.
  • All versions of WFC Voice Client 9.0 support these intents.

Intent Definition

Name
Description
Action
android.intent.action.VIEW
with URI and package
Intent Type
startActivity
URI
wfcvp://<token>
Package
com.symbol.wfc.voice
Upon a fresh installation of the application, WFC Voice contacts the WFC Provisioning Manager, using its device ID as the token, and receives any configuration information associated with its device ID in return.

ADB Example

$ adb shell am start -a android.intent.action.VIEW -d "wfcvp://ACME-3016" com.symbol.wfc.voice