Name | Description |
---|---|
Action | wfc.voice.SIGN_OUT |
Intent Type | broadcast |
Extra 0 | This extra parameter specifies the requested behavior when using the voice client alone or in combination with the Extension Manager. |
Type | String |
Name | change |
Value | Reload: change parameter is not present or change =2 |
Change Department: change =1 | |
Add Department: change =3 | |
Sign Out: change =0 |
Change Department:$ adb shell am broadcast -a wfc.voice.SIGN_OUT
Add Department:$ adb shell am broadcast -a wfc.voice.SIGN_OUT --es change 1
Sign Out:$ adb shell am broadcast -a wfc.voice.SIGN_OUT --es change 3
$ adb shell am broadcast -a wfc.voice.SIGN_OUT --es change 0