Android 13 為企業提供的新功能
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
本頁概要列出 Android 13 (API 級別 33) 所提供的企業 API、功能和行為變更。
全新安全記錄
為使裝置上的稽核輸出內容標準化,以符合行動裝置基礎保護剖繪共同準則 (PP_MDF) 的要求,SecurityLog 中新增了其他稽核事件,這些事件先前僅適用於 logcat。這些事件著重於 Wi-Fi 和藍牙連線。
行為變更
在 Android 13 (API 級別 33) 以上版本中,系統預設必須連上網際網路,才能佈建公司擁有的裝置。如果裝置預計在離線或封閉網路環境中佈建,EMM 必須在佈建額外項目中加入下列旗標:
DevicePolicyManager.EXTRA_PROVISIONING_ALLOW_OFFLINE = "android.app.extra.PROVISIONING_ALLOW_OFFLINE"
如果沒有網路連線,佈建作業會導致功能遺失,因此只有在裝置無法存取網際網路時,EMM 才應使用這個旗標,這是部署作業需求的一部分。
淘汰項目
Android 13 (API 級別 33) 以上版本包含下列重要的 API 淘汰項目:
- Android 13 以上版本已全面淘汰
android.app.extra.PROVISIONING_LOGO_URI
。在佈建流程中,系統已不再支援自訂標誌。
這個頁面中的內容和程式碼範例均受《內容授權》中的授權所規範。Java 與 OpenJDK 是 Oracle 和/或其關係企業的商標或註冊商標。
上次更新時間:2025-08-27 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間: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."]]