diff --git a/core/java/android/os/UserManager.java b/core/java/android/os/UserManager.java index 0ffdfc6cbcb18..6e2f15948202e 100644 --- a/core/java/android/os/UserManager.java +++ b/core/java/android/os/UserManager.java @@ -595,8 +595,11 @@ public class UserManager { /** * Specifies if a user is disallowed from transferring files over USB. * - *
This restriction can only be set by a device owner, a profile owner on the primary - * user or a profile owner of an organization-owned managed profile on the parent profile. + *
This restriction can only be set by a + * device owner or a + * profile owner on the primary user's profile or a profile owner of an organization-owned + * + * managed profile on the parent profile. * When it is set by a device owner, it applies globally. When it is set by a profile owner * on the primary user or by a profile owner of an organization-owned managed profile on * the parent profile, it disables the primary user from transferring files over USB. No other