Android Enterprise provisioning customizations
Configuration for QR-Code or Zero-touch provisionings can be customized with new parameters:
- “additionalProvisioningText”, text to show into the Welcome screen
- “whiteLabelLogo”, url to customize the logo on the top
- “provisionType”, 0 for Supervised (Fully Managed), 1 for Enhanced Work Profile (Android 11+)
Json extras bundle example for Ermetix UEM
"android.app.extra.PROVISIONING_ADMIN_EXTRAS_BUNDLE":{
"chimpa_activationCode":"YOURTENANTCODE",
"provisionType":0/1,
"additionalProvisioningText":"your additional text to show",
"whiteLabelLogo":"https://yoururl/resource.png",
}