Display Data Consent
Display Data Consent

Display Data Consent

All the users of the WFC Voice Client must accept/decline the data consent agreement before using the Voice Client application.

Prerequisites

  • WFC Voice Client must be installed on the devices.
  • The WFC Voice Client version  9.0.23305+ is required..
Intent Definition
Name
Description
Action
com.symbol.wfc.voice/com.zebra.wfc.dialer.DialerActivity
Intent Type
StartActivity
Extra 0
This parameter can be used to disable or enable the display of the Data Consent Screen after installation. This parameter is optional.
Type
Boolean
Name
showDisclosure
Value
True
: Displays the Data Consent screen.
False
: Does not display the Data Consent screen.

ADB Command to Display the Data Consent ShowDisclosure

adb shell am start -n com.symbol.wfc.voice/com.zebra.wfc.dialer.DialerActivity --ez
showDisclosure
"true"

ADB Command to Bypass the Data Consent ShowDisclosure

adb shell am start -n com.symbol.wfc.voice/com.zebra.wfc.dialer.DialerActivity --ez
showDisclosure
"false"

General Rules Related to Data Consent

The Data Consent screen appears when the WFC Voice Client for Android is activated first time. The app does not work until the consent is accepted/declined.
  • First time. when the user opens the Voice Client application after installation, the Data Consent screen is displayed. The App allows the user to proceed to the Voice Client for Android screen only after the Data Consent is accepted. If the user declines it, the application is closed there.
  • If the user reopens the application, the Data Consent screen is displayed again. The user must accept the Data Consent to proceed further to configure the Voice Client for Android.
  • Similarly, the showDisclosure must be set to true in ADB Commands to proceed to get the Voice Client Configuration screen.