diff --git a/core/java/android/os/UserManager.java b/core/java/android/os/UserManager.java index 42575b69409b7..a6bf2d26abb34 100644 --- a/core/java/android/os/UserManager.java +++ b/core/java/android/os/UserManager.java @@ -369,8 +369,10 @@ public class UserManager { public static final String DISALLOW_ADD_MANAGED_PROFILE = "no_add_managed_profile"; /** - * Specifies if a user is disallowed from disabling application - * verification. The default value is false. + * Specifies if a user is disallowed from disabling application verification. + * Starting from {@link android.os.Build.VERSION_CODES#O}, application verification + * is enforced across all users on the device if a profile owner or device owner sets + * this restriction to true. The default value is false. * *

Key for user restrictions. *

Type: Boolean