Configure Default Home Screen

Configure Default Home Screen

This feature allows users to change the default landing screen of the Zebra Voice Client.
The Zebra Voice Client version must be 9.0.232xx or later to support this feature.
The values in the following table can be in any order of 0, 1, 2, 3; each number represents the fragment index inside the Zebra Voice Client.
The details of the value associated with the fragment are as follows:
Value
Fragment Name
0
Dashboard (Default)
1
Dialpad
2
Recent
3
Contact
The settings can be configured through:
  • XML
  • Extension Manager Environment
  • Profile Manager Environment
XML example of configuring default landing screen.
<WFConnect> <Profile> <default_screen>0</default_screen> </Profile> ... </WFConnect>

Set the Default Screen via Intent

adb shell am start -a wfc.voice.ACTION_UPDATE_CONFIG --es default_screen 1
  • The default value TAG is set to 0.
  • Values must be in the range of 0 to 3, and any other value is set to 0 as a default value for this configuration.
  • After the call ends, the user should navigate to the configured default screen.
  • Landscape mode devices do not support this TAG.