ManagementMode
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
Android Device Policy 在裝置上使用的管理模式類型。
列舉 |
MANAGEMENT_MODE_UNSPECIFIED |
不允許這個值。 |
DEVICE_OWNER |
裝置擁有者。Android Device Policy 可完全控制裝置。 |
PROFILE_OWNER |
商家檔案擁有者。Android Device Policy 可控制裝置上的受管理的設定檔, |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-26 (世界標準時間)。
[null,null,["上次更新時間:2025-07-26 (世界標準時間)。"],[[["\u003cp\u003eAndroid Device Policy enforces management using two primary modes: Device Owner and Profile Owner.\u003c/p\u003e\n"],["\u003cp\u003eDevice Owner mode grants Android Device Policy complete control over the device.\u003c/p\u003e\n"],["\u003cp\u003eProfile Owner mode allows Android Device Policy to manage a specific profile on the device, providing a more restricted scope of control.\u003c/p\u003e\n"]]],["Android Device Policy operates in two management modes: `DEVICE_OWNER` and `PROFILE_OWNER`. In `DEVICE_OWNER` mode, the policy has complete control over the entire device. In `PROFILE_OWNER` mode, the policy manages a specific profile on the device, providing control only within that profile. The `MANAGEMENT_MODE_UNSPECIFIED` is not allowed, and should not be used.\n"],null,["# ManagementMode\n\nThe type of management mode Android Device Policy takes on the device.\n\n| Enums ||\n|-------------------------------|----------------------------------------------------------------------------------------|\n| `MANAGEMENT_MODE_UNSPECIFIED` | This value is disallowed. |\n| `DEVICE_OWNER` | Device owner. Android Device Policy has full control over the device. |\n| `PROFILE_OWNER` | Profile owner. Android Device Policy has control over a managed profile on the device. |"]]