Sending Credentials from a Third Party Launcher
Sending Credentials from a Third Party Launcher

Sending Credentials from a Third Party Launcher

  • When using a Third Party launcher application, the application that captures the user’s credentials can pass these values to the Profile Client for including Profile Manager in the log-in process. The adb command to do this is:
    adb shell am start -a “com.zebra.dfs.ACTION_NEW_CONFIG” --es user_name 123456 --esuser_pwd mypassword
  • When login credentials are captured by the Launcher app, they are passed to the Profile Client by broadcast intent:
    adb shell am broadcast -a “com.zebra.dfs.ACTION_LOGIN” --es config_profile {}