Disabling Sign Out
Disabling Sign Out

Disabling Sign Out

Configure the
Sign Out
option using XML or Extension Manager. This option is not available when using Profile Manager to manage Zebra Voice.
The
Sign Out
option is enabled by default.
  • Disable the
    Sign Out
    option by setting the
    disable_menu_sign_out
    parameter to
    true
    in the XML configuration file.
    If the
    disable_menu_sign_out
    parameter is not set or set to
    false
    , the
    Sign Out
    option is available from the three-line menu.
    If the
    disable_menu_sign_out
    parameter is set to
    true
    , the
    Sign Out
    option is not available from the three-line menu.
XML example of Disable Menu Sign Out.
<WFConnect> <Profile> <disable_menu_sign_out>true</disable_menu_sign_out> </Profile> ... </WFConnect>