政策範例:全代管裝置

本頁提供全代管裝置的政策設定範例。全代管裝置通常為公司擁有,而且僅用於工作用途。如果裝置設定為全代管,Android Device Policy 會自動為整個裝置套用政策設定。因此,您可以將相同的政策套用至具有工作資料夾的全代管裝置和裝置。

"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"
}],