Automatically Launch an App after Checkout – Android

Created: Modified: Documentation

Applies to Android devices.

Administrators are able to add Locker Custom Options to their Workflows to automatically launch an app after device checkout.

Prerequisites

Take note of the following prerequisites:

  • Requires that your GroundControl organization be enabled for Check Out.
Configure Locker Custom Options to Launch an App after Checkout

Locker Custom Options are applied after the device is next checked in, when the device is locked and not actively performing any actions.

To automatically launch an app after checkout and proxy the credentials into the app:

  1. In GroundControl’s server admin console, navigate to Admin > Check Out > Locker Custom Options, click Configure.
  2. In the Locker Custom Options field, enter the key/value pairs in JSON format and click Save.
JSON Syntax
{"AutostartApps":["appName"]}
Example
{"AutostartApps":["com.android.chrome"]}