diff options
| -rw-r--r-- | core/java/android/os/UserManager.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/java/android/os/UserManager.java b/core/java/android/os/UserManager.java index 185620066454..41cc9f8bd411 100644 --- a/core/java/android/os/UserManager.java +++ b/core/java/android/os/UserManager.java @@ -913,6 +913,9 @@ public class UserManager { * Specifies if user switching is blocked on the current user. * * <p> This restriction can only be set by the device owner, it will be applied to all users. + * Device owner can still switch user via + * {@link DevicePolicyManager#switchUser(ComponentName, UserHandle)} when this restriction is + * set. * * <p>The default value is <code>false</code>. * |