ตัวอย่างนโยบาย: อุปกรณ์ที่มีการจัดการครบวงจร
หน้านี้มีตัวอย่างการตั้งค่านโยบายสำหรับการจัดการครบวงจร
อุปกรณ์
โดยปกติแล้ว อุปกรณ์ที่มีการจัดการครบวงจรจะเป็นของบริษัทและใช้สำหรับงานโดยเฉพาะ
วัตถุประสงค์ ถ้าอุปกรณ์ได้รับการตั้งค่าโดยสมบูรณ์
Managed, Android
นโยบายอุปกรณ์จะใช้การตั้งค่านโยบายกับอุปกรณ์ทั้งหมดโดยอัตโนมัติ ช่วงเวลานี้
ทำให้สามารถใช้นโยบายเดียวกันนี้กับอุปกรณ์และอุปกรณ์ที่มีการจัดการครบวงจรได้
กับโปรไฟล์งาน
"passwordRequirements": {
"passwordMinimumLength": 6,
"passwordQuality": "ALPHABETIC"
},
"applications": [{
"defaultPermissionPolicy": "GRANT",
"installType": "FORCE_INSTALLED", // Auto-installs app in the work profile
"packageName": "com.google.android.gm"
},
{
"installType": "AVAILABLE", // Adds app to the work profile's managed Play Store
"packageName": "com.google.android.apps.docs"
}],
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-09-11 UTC
[null,null,["อัปเดตล่าสุด 2024-09-11 UTC"],[[["This page provides policy settings examples for fully managed, company-owned Android devices used exclusively for work."],["Applying these settings ensures the entire device adheres to company policies, similar to devices with work profiles."],["Example settings include enforcing a minimum password length and quality, automatically installing specific apps, and making others available in the managed Play Store."]]],[]]