diff options
Diffstat (limited to 'core/java/android')
| -rw-r--r-- | core/java/android/app/admin/DevicePolicyManager.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/app/admin/DevicePolicyManager.java b/core/java/android/app/admin/DevicePolicyManager.java index 9a37d04525a4..27db25de7173 100644 --- a/core/java/android/app/admin/DevicePolicyManager.java +++ b/core/java/android/app/admin/DevicePolicyManager.java @@ -13736,6 +13736,8 @@ public class DevicePolicyManager { * * It is recommended that the Enterprise ID is at least 6 characters long, and no more than * 64 characters. + * This API is supposed to be called only after the boot phase is complete, + * throws {@link IllegalStateException} if called before boot phase is complete. * * @param enterpriseId An identifier of the organization this work profile or device is * enrolled into. |
