Purpose
This article provides the steps and format to program the NFC tag for single-bump enrollment on Android 6.0+ devices.Note: On Android 6.0+, Android Enterprise Work Managed enrollment is supported through a single NFC bump using the VMware Relay application. The NFC communication can contain Wi-Fi configuration, download location for the Android Agent, and enrollment details such as server name, group ID, username and password for a seamless out of box enrollment for Work Managed devices.
Resolution
To configure NFC tags for Android Work Managed Device enrollment:
Use NFC Tools (free app) from Google Play.Configure a data record to write to the NFC tag, use the below content (ensure to keep the “\n” for formatting purposes):
Data type: application/com.android.managedprovisioning
android.app.extra.PROVISIONING_ADMIN_EXTRAS_BUNDLE=\nun\=username\nserverurl\=mdm.server.com\npw\=password\ngid\=groupid\n
android.app.extra.PROVISIONING_SKIP_ENCRYPTION=true
android.app.extra.PROVISIONING_WIFI_SECURITY_TYPE=WPA
android.app.extra.PROVISIONING_WIFI_PASSWORD=password
android.app.extra.PROVISIONING_DEVICE_ADMIN_SIGNATURE_CHECKSUM=6kyqxDOjgS30jvQuzh4uvHPk-0bmAD-1QU7vtW7i_o8\=
android.app.extra.PROVISIONING_DEVICE_ADMIN_COMPONENT_NAME=com.airwatch.androidagent/com.airwatch.agent.DeviceAdministratorReceiver
android.app.extra.PROVISIONING_WIFI_SSID="SSID"
android.app.extra.PROVISIONING_DEVICE_ADMIN_PACKAGE_DOWNLOAD_LOCATION=https\://awagent.com/mobileenrollment/airwatchagent.apk
android.app.extra.PROVISIONING_LEAVE_ALL_SYSTEM_APPS_ENABLED=true
android.app.extra.PROVISIONING_LOCALE=en_US
Note: AirWatch Relay is not supported in Android 10 or later versions.
Other Languages: 日本語
Related Information
To simplify the NFC bulk-enrollment process even further, it is possible to program an NFC tag to pass the same information as the VMware Relay application.AirWatch Relay allows you to enroll device in bulk. For more information, see Enroll Work Managed Device with AirWatch Relay.