Android Enterprise Documentation: Create a QR code
- 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.
android.app.extra.PROVISIONING_DEVICE_ADMIN_SIGNATURE_CHECKSUM
android.app.extra.PROVISIONING_DEVICE_ADMIN_PACKAGE_CHECKSUM
keytool -printcert -jarfile "apkfile.apk" | sed "/s*SHA256/{s/\s*SHA256:\s*//p};d" | xxd -r -p | openssl base64 | tr -- '+/' '-_' | tr -d '\n'
android.app.extra.PROVISIONING_LOCALE
android.app.extra.PROVISIONING_TIME_ZONE
β Wiki list of tz database time zonesandroid.app.extra.PROVISIONING_ADMIN_EXTRAS_BUNDLE
android.app.extra.PROVISIONING_DEVICE_ADMIN_PACKAGE_DOWNLOAD_COOKIE_HEADER
android.app.extra.PROVISIONING_LOCAL_TIME
android.app.extra.PROVISIONING_WIFI_HIDDEN
android.app.extra.PROVISIONING_WIFI_SECURITY_TYPE
android.app.extra.PROVISIONING_WIFI_PROXY_HOST
android.app.extra.PROVISIONING_WIFI_PROXY_PORT
android.app.extra.PROVISIONING_WIFI_PROXY_BYPASS
android.app.extra.PROVISIONING_WIFI_PAC_URL
android.app.extra.PROVISIONING_SKIP_ENCRYPTION
Android Zero-Touch Enrollment EMM Provisioning Guide
android.app.extra.PROVISIONING_ADMIN_EXTRAS_BUNDLE
android.app.extra.PROVISIONING_LOCALE
android.app.extra.PROVISIONING_TIME_ZONE
β Wiki list of tz database time zonesandroid.app.extra.PROVISIONING_LOCAL_TIME
android.app.extra.PROVISIONING_LEAVE_ALL_SYSTEM_APPS_ENABLED
android.app.extra.PROVISIONING_MAIN_COLOR
- ARGB color integer
(A & 0xff) << 24 | (R & 0xff) << 16 | (G & 0xff) << 8 | (B & 0xff)
- Uses a signed integer. Thus, it takes the two's
complement.
- E.g. 0xff000000: 0x7F000000 - 2^31 (
2130706432 - 2147483647 = -16777216
)
- E.g. 0xff000000: 0x7F000000 - 2^31 (
- White (0xffffffff): =
-1
- Black (0xff000000): =
-16777216
- LightGray (0xffcccccc): =
-3355444
- Red (0xffff0000): =
-65536
- ARGB color integer
android.app.extra.PROVISIONING_DISCLAIMERS
android.app.extra.PROVISIONING_DEVICE_ADMIN_COMPONENT_NAME
android.app.extra.PROVISIONING_DEVICE_ADMIN_PACKAGE_CHECKSUM
android.app.extra.PROVISIONING_DEVICE_ADMIN_PACKAGE_DOWNLOAD_COOKIE_HEADER
android.app.extra.PROVISIONING_DEVICE_ADMIN_PACKAGE_DOWNLOAD_LOCATION
android.app.extra.PROVISIONING_DEVICE_ADMIN_SIGNATURE_CHECKSUM
android.app.extra.PROVISIONING_IMEI
android.app.extra.PROVISIONING_MODE
- 1 = Fully managed device
- 2 = Managed profile
android.app.extra.PROVISIONING_SKIP_USER_CONSENT
android.app.extra.PROVISIONING_SKIP_EDUCATION_SCREENS