Android 13 中的企业功能新变化
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
此页面将简要介绍 Android 13(API 级别 33)中引入的新企业 API、功能和行为变更。
新安全日志
为了在设备上对审核输出进行标准化,以满足 Common Criteria Protection Profile for Mobile Device Fundamentals (PP_MDF) 的要求,我们在 SecurityLog 中添加了额外的审核事件,这些事件之前仅在 logcat 中提供。这些事件侧重于 Wi-Fi 和蓝牙连接。
行为变更
在 Android 13(API 级别 33)及更高版本中,默认情况下需要互联网连接才能配置公司自有设备。如果设备预计会离线或在封闭的网络环境中完成配置,EMM 必须在配置 extras 中包含以下标志:
DevicePolicyManager.EXTRA_PROVISIONING_ALLOW_OFFLINE = "android.app.extra.PROVISIONING_ALLOW_OFFLINE"
在没有互联网连接的情况下进行配置会导致功能丢失,因此 EMM 只有在设备无法访问互联网时才应使用此标志,这是部署要求的一部分。
废弃
Android 13(API 级别 33)及更高版本废弃了以下 API,值得引起注意:
android.app.extra.PROVISIONING_LOGO_URI
在 Android 13 及更高版本中已完全废弃。在配置流程中,系统不再支持徽标自定义。
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-27。
[null,null,["最后更新时间 (UTC):2025-08-27。"],[],[],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."]]