[[["容易理解","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 (世界標準時間)。"],[[["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"]]