Configuring the Reload Button
Configuring the Reload Button

Configuring the Reload Button

Configure the Reload button using the GUI or XML.
Reload allows users to sign out and automatically go back into Zebra Voice.
  1. In
    UI Settings
    , select
    Edit Dashboard
    or
    Edit In-Call
    Add
    .
  2. Select the new button. A yellow box appears around the selected button.
  3. Touch
    Edit
    .
  4. Select the check box next to
    Confirm On Click
    to enable this (the default is Disabled).
  5. Touch
    Action
    and select
    SIGNOUT_CHANGE
    .
  6. Ensure the
    Value
    field is empty.
  7. In the
    Title
    field, enter
    Sign Out
    .
  8. Touch the
    Back
    button to return to the Zebra Voice home screen.
XML example of the Reload button.
<Dashboard> or <CallButtons> ... <Button> <title>Sign Out</title> <action>SIGNOUT_CHANGE</action> <value></value> <enabled>true</enabled> <confirm>false</confirm> <description></description> <icon></icon> <scale>CENTER_INSIDE</scale> </Button> ... </Dashboard> or </CallButtons>
This action can also be initiated using ADB, an MDM, or a third party app. For example, in ADB you can use the following command:
$ adb shell am broadcast -a wfc.voice.SIGN_OUT