Loading core/java/android/app/admin/DevicePolicyManager.java +0 −11 Original line number Diff line number Diff line Loading @@ -5956,17 +5956,6 @@ public class DevicePolicyManager { return false; } /** * Determine whether or not creating a guest user has been disabled for the device * * @hide */ public boolean getGuestUserDisabled(@Nullable ComponentName admin) { // Currently guest users can always be created if multi-user is enabled // TODO introduce a policy for guest user creation return false; } /** * Called by a device/profile owner to set whether the screen capture is disabled. Disabling * screen capture also prevents the content from being shown on display devices that do not have Loading Loading
core/java/android/app/admin/DevicePolicyManager.java +0 −11 Original line number Diff line number Diff line Loading @@ -5956,17 +5956,6 @@ public class DevicePolicyManager { return false; } /** * Determine whether or not creating a guest user has been disabled for the device * * @hide */ public boolean getGuestUserDisabled(@Nullable ComponentName admin) { // Currently guest users can always be created if multi-user is enabled // TODO introduce a policy for guest user creation return false; } /** * Called by a device/profile owner to set whether the screen capture is disabled. Disabling * screen capture also prevents the content from being shown on display devices that do not have Loading