[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-11-09 UTC。"],[[["Android Management API utilizes `policies` to manage device and app settings, allowing for the creation and application of tailored configurations to devices."],["Devices should be assigned a policy during enrollment, either through a specified `policyName` in the enrollment token or by leveraging a default enterprise policy named `\"default\"`."],["Policies can be updated via `enterprises.policies.patch`, affecting all associated devices, while changing a device's policy requires using `enterprises.devices.patch`."],["Although a single policy can be shared across multiple devices, using one policy per device offers more granular control and is recommended for enhanced management capabilities."],["Unset policies are represented by `_UNSPECIFIED` values, and while default behaviors are generally stable, it's advisable to explicitly define critical policies for predictable results."]]],["Policies in the Android Management API manage device and app settings. Create or update policies using `enterprises.policies.patch`, and delete them with `enterprises.policies.delete`. Apply policies to devices during enrollment by including the `policyName` in the enrollment token. Devices without a policy are blocked until one is applied; enrollment fails after five minutes without a policy. Set a default enterprise policy with `name` as \"default\". Update policies with `enterprises.policies.patch`, or change a device's policy with `enterprises.devices.patch`.\n"]]