Bypass Data Consent
Bypass Data Consent

Bypass Data Consent

This intent is used to bypass the data consent screen.

Prerequisites

  • The user must be signed in.
  • The minimum required
    PTT Pro for Android
    version is 3.3.10092.

Intent Definition

Name
Description
Action
com.symbol.wfc.pttpro/.MainActivity
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
  Do not bypass the Data Consent screen.
False
Bypass the Data Consent screen.

ADB Example

adb shell am start -n com.symbol.wfc.pttpro/.MainActivity --ez "showDisclosure" false
For more information on Data Consent, see General Rules Related to Data Consent.