ตัวอย่างนโยบาย: อุปกรณ์ที่มีการจัดการครบวงจร
    
    
      
    
    
      
      จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
    
    
      
      บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
    
  
  
      
    
  
  
  
  
  
    
  
  
    
    
    
หน้านี้มีตัวอย่างการตั้งค่านโยบายสำหรับการจัดการครบวงจร
อุปกรณ์
โดยปกติแล้ว อุปกรณ์ที่มีการจัดการครบวงจรจะเป็นของบริษัทและใช้สำหรับงานโดยเฉพาะ
วัตถุประสงค์ ถ้าอุปกรณ์ได้รับการตั้งค่าโดยสมบูรณ์
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 และ/หรือบริษัทในเครือ
  อัปเดตล่าสุด 2025-07-26 UTC
  
  
  
    
      [null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[],["Fully managed devices, typically company-owned, have policy settings applied to the entire device via Android Device Policy. This enables consistent policy application across fully managed devices and those with work profiles. Example settings include a minimum password length of six characters, requiring an alphabetic password. Applications can be configured for auto-installation (e.g., Gmail) or availability in the managed Play Store (e.g., Google Docs) with permissions automatically granted.\n"]]