ManagementMode
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
Android Device Policy가 기기에 적용하는 관리 모드 유형입니다.
열거형 |
MANAGEMENT_MODE_UNSPECIFIED |
이 값은 허용되지 않습니다. |
DEVICE_OWNER |
기기 소유자 Android Device Policy는 기기를 완전히 제어합니다. |
PROFILE_OWNER |
프로필 소유자 Android Device Policy는 기기의 관리 프로필을 제어합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[null,null,["최종 업데이트: 2025-07-26(UTC)"],[[["\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. |"]]