ポリシーの例: 完全管理対象デバイス
このページでは、フルマネージド
。
通常、完全管理対象デバイスは会社所有で、仕事専用である
あります。デバイスが完全に設定されている場合
管理対象、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"
}],
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 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."]]],[]]