diff --git a/core/java/android/os/UserManager.java b/core/java/android/os/UserManager.java
index 9b20ed2ea01ae..11afd21d60fce 100644
--- a/core/java/android/os/UserManager.java
+++ b/core/java/android/os/UserManager.java
@@ -157,8 +157,9 @@ public class UserManager {
public static final String DISALLOW_CONFIG_LOCALE = "no_config_locale";
/**
- * Specifies if a user is disallowed from installing applications.
- * The default value is false.
+ * Specifies if a user is disallowed from installing applications. This user restriction also
+ * prevents device owners and profile owners installing apps. The default value is
+ * {@code false}.
*
*
Key for user restrictions. *
Type: Boolean