Logging a User Out of the Profile Client
Logging a User Out of the Profile Client

Logging a User Out of the Profile Client

This intent is used to log a user out from the Profile Client.

Prerequisites

  • The user is logged into the Profile Client.
  • The minimum required Profile Client Android version is 2.0.19234.

Intent Definition

Name
Description
Action
zebra.dfs.ACTION_SERVICE_LOGOUT
Intent Type
start
Extra 0
This extra specifies the exit parameter. This is an optional parameter that minimize  the client after logout.
          Type
String
          Name
Exit
          Value
Boolean

ADB Example

adb shell am start -a com.zebra.dfs.ACTION_SERVICE_LOGOUT --es Exit true
  • With the extra string Exit set to
    true
    , the Profile Client logs out and the UI minimizes and the service is still running.
  • With no extra string Exit, or if Exit is set to
    false
    , the Profile Client logs out and the UI does not minimize and the service is still running.