Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lidormalich/aae9ae1c5e1941ef69e86dd7a2e0b6b9 to your computer and use it in GitHub Desktop.
Save lidormalich/aae9ae1c5e1941ef69e86dd7a2e0b6b9 to your computer and use it in GitHub Desktop.
Creating a QR Code for Android Device Enrollment

Create a QR code

Android Enterprise Documentation: Create a QR code

Always required

Required if a DPC isn't already installed on the device

Required: Either one of the two checksums below (URL-safe base64 encoded SHA-256 checksum)
  • Note: For devices running Build.VERSION_CODES.LOLLIPOP and Build.VERSION_CODES.LOLLIPOP_MR1, only SHA-1 hash is supported. Starting from Build.VERSION_CODES.M, this parameter accepts SHA-256 in addition to SHA-1. From Build.VERSION_CODES.Q, only SHA-256 hash is supported.

Recommended if the device isn't already connected to Wi-Fi

Optional


EMM Provisioning

Android Zero-Touch Enrollment EMM Provisioning Guide

πŸ‘ EMM Recommended

Use the following intent extras to set up your DPC

πŸ‘Ž EMM Not recommended

Don't include the following extras that you might use in other enrollment methods

Additional references

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment