本頁包含全代管政策設定範例 裝置。 一般而言,全代管裝置是公司擁有的裝置,專門用於工作 用途。裝置設為全額 受管理、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" }],