Merge "Update message on DISALLOW_REMOVE_USERS constant." into lmp-dev
diff --git a/core/java/android/os/UserManager.java b/core/java/android/os/UserManager.java
index 707d31a..7bbac2c 100644
--- a/core/java/android/os/UserManager.java
+++ b/core/java/android/os/UserManager.java
@@ -138,7 +138,8 @@
public static final String DISALLOW_CONFIG_CREDENTIALS = "no_config_credentials";
/**
- * Key for user restrictions. Specifies if a user is disallowed from removing users.
+ * Key for user restrictions. Specifies if a user is disallowed from removing itself and other
+ * users.
* The default value is <code>false</code>.
* <p/>
* Type: Boolean