diff options
| -rw-r--r-- | core/java/android/os/UserManager.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/os/UserManager.java b/core/java/android/os/UserManager.java index c00f31db1a38..08365c935626 100644 --- a/core/java/android/os/UserManager.java +++ b/core/java/android/os/UserManager.java @@ -982,8 +982,8 @@ public class UserManager { /** * Specifies if a user is disallowed from adding new users. This can only be set by device * owners or profile owners on the main user. The default value is <code>false</code>. - * <p> When the device is an organization-owned device provisioned with a managed profile, - * this restriction will be set as a base restriction which cannot be removed by any admin. + * <p> When the device is an organization-owned device, this restriction will be set as + * a base restriction which cannot be removed by any admin. * * <p>Holders of the permission * {@link android.Manifest.permission#MANAGE_DEVICE_POLICY_MODIFY_USERS} |