What's new for enterprise in Android 13
Stay organized with collections
Save and categorize content based on your preferences.
This page provides an overview of the new enterprise APIs, features, and
behavior changes introduced in Android 13 (API level 33).
New Security Logs
To standardize the audit output on the device to meet the requirements of the
Common Criteria Protection Profile for Mobile Device Fundamentals
(PP_MDF), additional audit events have been added to the SecurityLog that were
previously only available in logcat. The events are focused on Wi-Fi and
Bluetooth connectivity.
Behavior changes
In Android 13 (API level 33) and higher, internet connectivity is required by
default to provision company-owned devices. If a device is expected to be
provisioned offline or in a closed-network environment, EMMs must include the
following flag in the provisioning extras:
DevicePolicyManager.EXTRA_PROVISIONING_ALLOW_OFFLINE = "android.app.extra.PROVISIONING_ALLOW_OFFLINE"
Provisioning without internet connectivity results in a loss of functionality,
so EMMs should only use this flag when devices can't access the internet as part
of deployment requirements.
Deprecations
Android 13 (API level 33) and higher includes the following notable API
deprecation:
android.app.extra.PROVISIONING_LOGO_URI
is fully deprecated in Android 13
and higher. Logo customization is no longer supported during the
provisioning flows.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-08-26 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-26 UTC."],[],[],null,["This page provides an overview of the new enterprise APIs, features, and\nbehavior changes introduced in Android 13 (API level 33).\n\nNew Security Logs\n\nTo standardize the audit output on the device to meet the requirements of the\n[Common Criteria Protection Profile for Mobile Device Fundamentals](https://www.niap-ccevs.org/Profile/Info.cfm?PPID=455&id=455)\n(PP_MDF), additional audit events have been added to the SecurityLog that were\npreviously only available in logcat. The events are focused on Wi-Fi and\nBluetooth connectivity.\n\nBehavior changes\n\nIn Android 13 (API level 33) and higher, internet connectivity is required by\ndefault to provision company-owned devices. If a device is expected to be\nprovisioned offline or in a closed-network environment, EMMs must include the\nfollowing flag in the provisioning extras: \n\n DevicePolicyManager.EXTRA_PROVISIONING_ALLOW_OFFLINE = \"android.app.extra.PROVISIONING_ALLOW_OFFLINE\"\n\nProvisioning without internet connectivity results in a loss of functionality,\nso EMMs should only use this flag when devices can't access the internet as part\nof deployment requirements.\n\nDeprecations\n\nAndroid 13 (API level 33) and higher includes the following notable API\ndeprecation:\n\n- `android.app.extra.PROVISIONING_LOGO_URI` is fully deprecated in Android 13 and higher. Logo customization is no longer supported during the provisioning flows."]]