Update with Token

Update with Token

This intent is used to pass a token to the 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 Voice PBX Administrator Guide.
  • Associate Voice Client with a customer account for licensing the client. The token may or may not have configuration information associated with it.

Prerequisites

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, Zebra Voice contacts the 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