Loading core/java/android/os/UserManager.java +5 −2 Original line number Diff line number Diff line Loading @@ -495,8 +495,11 @@ public class UserManager { /** * Specifies if a user is disallowed from adjusting the master volume. If set, the master volume * will be muted. This can be set by device owners and profile owners. The default value is * <code>false</code>. * will be muted. This can be set by device owners from API 21 and profile owners from API 24. * The default value is <code>false</code>. * * <p>When the restriction is set by profile owners, then it only applies to relevant * profiles. * * <p>This restriction has no effect on managed profiles. * <p>Key for user restrictions. Loading Loading
core/java/android/os/UserManager.java +5 −2 Original line number Diff line number Diff line Loading @@ -495,8 +495,11 @@ public class UserManager { /** * Specifies if a user is disallowed from adjusting the master volume. If set, the master volume * will be muted. This can be set by device owners and profile owners. The default value is * <code>false</code>. * will be muted. This can be set by device owners from API 21 and profile owners from API 24. * The default value is <code>false</code>. * * <p>When the restriction is set by profile owners, then it only applies to relevant * profiles. * * <p>This restriction has no effect on managed profiles. * <p>Key for user restrictions. Loading