Enable or Disable Update License Control
Enable or Disable Update License Control

Enable or Disable Update License Control

This feature allows users to change the visibility of the
Update License
button present on the
About
page.

Enabling Update License Control

Available in Zebra Voice 9.0.232xx or later.
The settings can be configured through:
  • XML
  • Extension Manager Environment
  • Profile Manager Environment
XML example of displaying Update License.
<WFConnect> <Profile> <show_update_license_button>true</show_update_license_button> </Profile> ... </WFConnect>
Setting path:
Voice dashboard
Hamburger Menu
About
.

Disabling Update License Control

The settings can be configured through:
  • XML
  • Extension Manager Environment
  • Profile Manager Environment
XML example of displaying Update License.
<WFConnect> <Profile> <show_update_license_button>false</show_update_license_button> </Profile> ... </WFConnect>
Setting path:
Voice dashboard
Hamburger Menu
About
.

Hide or Show via Intent

To show the update license control via intent:
adb shell am start -a wfc.voice.ACTION_UPDATE_CONFIG --es show_update_license_button "true"
To hide the update license control via intent:
adb shell am start -a wfc.voice.ACTION_UPDATE_CONFIG --es show_update_license_button "false"