มีอะไรใหม่สำหรับ Enterprise ใน Android 13
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
หน้านี้จะแสดงภาพรวมของ API, ฟีเจอร์ และ
การเปลี่ยนแปลงลักษณะการทำงานใหม่ๆ สำหรับองค์กรที่เปิดตัวใน Android 13 (API ระดับ 33)
บันทึกความปลอดภัยใหม่
เราได้เพิ่มเหตุการณ์การตรวจสอบเพิ่มเติมลงใน SecurityLog ซึ่งก่อนหน้านี้มีเฉพาะใน logcat เพื่อกำหนดรูปแบบเอาต์พุตการตรวจสอบในอุปกรณ์ให้เป็นมาตรฐานตามข้อกำหนดของ
โปรไฟล์การป้องกันเกณฑ์ร่วมกันสำหรับพื้นฐานของอุปกรณ์เคลื่อนที่
(PP_MDF) โดยเหตุการณ์จะเน้นที่การเชื่อมต่อ 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.app.extra.PROVISIONING_LOGO_URI
เลิกใช้งานอย่างสมบูรณ์ใน Android 13
ขึ้นไป ระบบไม่รองรับการปรับแต่งโลโก้ในระหว่างขั้นตอนการจัดสรรอีกต่อไป
ตัวอย่างเนื้อหาและโค้ดในหน้าเว็บนี้ขึ้นอยู่กับใบอนุญาตที่อธิบายไว้ในใบอนุญาตการใช้เนื้อหา Java และ OpenJDK เป็นเครื่องหมายการค้าหรือเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-08-27 UTC
[[["เข้าใจง่าย","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 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."]]