Suppress Data Consent Dialog

Suppress Data Consent Dialog

  • This intent is used to suppress the data consent dialog in Profile Client.
adb shell am start -a com.zebra.dfs/com.zebra.dfs.LoginActivity --ez showDisclosure false
  • If the showDisclosure parameter is not passed, then the Data Consent dialog is not suppressed.
Intent Definition
Name
Description
Action
adb shell am start -a com.zebra.dfs/com.zebra.dfs.LoginActivity --ez showDisclosure false
Intent Type
startActivity
Extra 0
This parameter defines the names of the stores where the device is enrolled.
                         Type
Boolean
                         Name
ShowDisclosure
                         Value
true/false