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 shell am start -n com.symbol.wfc.voice/com.zebra.wfc.dialer.DialerActivity --ezshowDisclosure"true"
adb shell am start -n com.symbol.wfc.voice/com.zebra.wfc.dialer.DialerActivity --ezshowDisclosure"false"