Added in API level 17

UserManager

open class UserManager
kotlin.Any
   ↳ android.os.UserManager

Manages users and user details on a multi-user system. There are two major categories of users: fully customizable users with their own login, and profiles that share a workspace with a related user.

Users are different from accounts, which are managed by AccountManager. Each user can have their own set of accounts.

See DevicePolicyManager#ACTION_PROVISION_MANAGED_PROFILE for more on managed profiles.

Summary

Nested classes
open

Thrown to indicate user operation failed.

Constants
static String

Allows apps in the parent profile to handle web links from the managed profile.

static String

Specifies if a user is disallowed from adding managed profiles.

static String

Specifies if a user is disallowed from adding new users.

static String

Specifies if a user is disallowed from adding a new Wi-Fi configuration.

static String

Specifies if a user is disallowed from adjusting the global volume.

static String

Specifies if airplane mode is disallowed on the device.

static String

Specifies if ambient display is disallowed for the user.

static String

Specifies if a user is disallowed from modifying applications in Settings or launchers.

static String

Specifies if a user is not allowed to use Autofill Services.

static String

Specifies if bluetooth is disallowed on the device.

static String

Specifies if outgoing bluetooth sharing is disallowed.

static String

Specifies whether the camera toggle is available to the user.

static String

Specifies if a user is not allowed to use 2g networks.

static String

Specifies if a user is disallowed from enabling/disabling Wi-Fi.

static String

Specifies if a user is disallowed from configuring bluetooth via Settings.

static String

Specifies if a user is disallowed from configuring brightness.

static String

Specifies if a user is disallowed from configuring cell broadcasts.

static String

Specifies if a user is disallowed from configuring user credentials.

static String

Specifies configuring date, time and timezone is disallowed via Settings.

static String

Specifies whether the user is allowed to modify default apps in settings.

static String

Specifies if a user is disallowed from changing the device language.

static String

Specifies if a user is disallowed from enabling or disabling location providers.

static String

Specifies if a user is disallowed from configuring mobile networks.

static String

Specifies whether the user is allowed to modify private DNS settings.

static String

Specifies if a user is disallowed from changing screen off timeout.

static String

Specifies if a user is disallowed from using and configuring Tethering and portable hotspots via Settings.

static String

Specifies if a user is disallowed from configuring a VPN.

static String

Specifies if a user is disallowed from changing Wi-Fi access points via Settings.

static String

Specifies if the contents of a user's screen is not allowed to be captured for artificial intelligence purposes.

static String

Specifies if the current user is able to receive content suggestions for selections based on the contents of their screen.

static String

Specifies that windows besides app windows should not be created.

static String

Specifies if the clipboard contents can be exported by pasting the data into other users or profiles.

static String

Specifies if a user is not allowed to use cellular data when roaming.

static String

Specifies if a user is disallowed from enabling or accessing debugging features.

static String

Specifies if a user is disallowed from factory resetting from Settings.

static String

Specifies if the user is not allowed to have fun.

static String

Specifies if a user is disallowed from being granted admin privileges.

static String

Specifies if a user is disallowed from installing applications.

static String

Specifies if a user is disallowed from enabling the "Unknown Sources" setting, that allows installation of apps from unknown sources.

static String

This restriction is a device-wide version of DISALLOW_INSTALL_UNKNOWN_SOURCES.

static String

Specifies whether the microphone toggle is available to the user.

static String

Specifies if a user is disallowed from adding and removing accounts, unless they are android.

static String

Specifies if a user is disallowed from mounting physical external media.

static String

Specifies if a user is disallowed from resetting network settings from Settings.

static String

Specifies if the user is not allowed to use NFC to beam out data from apps.

static String

Specifies that the user is not allowed to make outgoing phone calls.

static String

Specifies whether the user is allowed to print.

static String

Specifies if managed profiles of this user can be removed, other than by its profile owner.

static String

When set on the admin user this specifies if the user can remove users.

static String

Specifies if the user is not allowed to reboot the device into safe boot mode.

static String

Specifies if a user is not allowed to change their icon.

static String

User restriction to disallow setting a wallpaper.

static String

Specifies whether the user can share file / picture / data from the primary user into the managed profile, either by sending them from the primary side, or by picking up data within an app in the managed profile.

static String

Specifies if a user is disallowed from turning on location sharing.

static String

Specifies if users are disallowed from sharing Wi-Fi for admin configured networks.

static String

Specifies that the user is not allowed to send or receive SMS messages.

static String

Specifies that system error dialogs for crashed or unresponsive apps should not be shown.

static String

This user restriction specifies if Ultra-wideband is disallowed on the device.

static String

Specifies that the managed profile is not allowed to have unified lock screen challenge with the primary user.

static String

Specifies if a user is disallowed from uninstalling applications.

static String

Specifies if a user is disallowed from adjusting microphone volume.

static String

Specifies if a user is disallowed from transferring files over USB.

static String

Specifies if user switching is blocked on the current user.

static String

Specifies if a user is disallowed from using Wi-Fi Direct.

static String

Specifies if a user is disallowed from using Wi-Fi tethering.

static String

Specifies if a user is disallowed from disabling application verification.

static String

Application restriction key that is used to indicate the pending arrival of real restrictions for the app.

static Int

Flag passed to #requestQuietModeEnabled to request disabling quiet mode only if there is no need to confirm the user credentials.

static Int

Error result indicating that this user is not allowed to add other users on this device.

static Int

Error result indicating that no more users can be created on this device.

static Int

Indicates user operation failed because the target user is in the foreground.

static Int

Indicates user operation failed because device has low data storage.

static Int

Indicates user operation failed because target user is a managed profile.

static Int

Indicates user operation failed because maximum running user limit has been reached.

static Int

Indicates user operation failed because maximum user limit has been reached.

static Int

Indicates user operation failed for unknown reason.

static Int

Indicates user operation is successful.

Public methods
open static Intent!
createUserCreationIntent(userName: String?, accountName: String?, accountType: String?, accountOptions: PersistableBundle?)

Returns an intent to create a user for the provided name and account name.

open Bundle!

Returns a Bundle containing any saved application restrictions for the context user, for the given package name.

open Long

Return the serial number for a user.

open Int

Return the number of users currently created on the device.

open Long

Returns creation time of the given user.

open UserHandle!

Return the user associated with a serial number previously returned by getSerialNumberForUser(android.os.UserHandle).

open String

Returns the user name of the context user.

open MutableList<UserHandle!>!

Returns a list of UserHandles for profiles associated with the context user, including the user itself.

open Bundle!

Returns the user-wide restrictions imposed on the context user.

open Bundle!

Returns the user-wide restrictions imposed on the user specified by userHandle.

open Boolean
hasUserRestriction(restrictionKey: String!)

Returns whether the context user has been disallowed from performing certain actions or setting certain settings.

open Boolean

Used to check if the context user is an admin user.

open Boolean

Checks if the context user is a demo user.

open static Boolean

Checks whether the device is running in a headless system user mode.

open Boolean

Checks if the context user is a managed profile.

open Boolean

Checks if the context user is running in a profile.

open Boolean

Returns whether the given profile is in quiet mode or not.

open Boolean

Used to check if the context user is the system user.

open Boolean

Used to determine whether the user making this call is subject to teleportations.

open Boolean

Checks if the context user is running in the foreground.

open Boolean

Return whether the given user is actively running.

open Boolean

Return whether the given user is actively running or stopping.

open Boolean

Return whether the context user is running in an "unlocked" state.

open Boolean

Return whether the given user is running in an "unlocked" state.

open Boolean
requestQuietModeEnabled(enableQuietMode: Boolean, userHandle: UserHandle)

Enables or disables quiet mode for a managed profile.

open Boolean
requestQuietModeEnabled(enableQuietMode: Boolean, userHandle: UserHandle, flags: Int)

Perform the same operation as requestQuietModeEnabled(boolean,android.os.UserHandle), but with a flag to tweak the behavior of the request.

open Boolean

Sets a new challenge PIN for restrictions.

open Unit

Sets the value of a specific restriction on the context user.

open Unit
setUserRestrictions(restrictions: Bundle!)

This will no longer work.

open Unit
setUserRestrictions(restrictions: Bundle!, userHandle: UserHandle!)

This will no longer work.

open static Boolean

Returns whether this device supports multiple users with their own login and customizable space.

Constants

ALLOW_PARENT_PROFILE_APP_LINKING

Added in API level 23
static val ALLOW_PARENT_PROFILE_APP_LINKING: String

Allows apps in the parent profile to handle web links from the managed profile. This user restriction has an effect only in a managed profile. If set: Intent filters of activities in the parent profile with action android.content.Intent#ACTION_VIEW, category android.content.Intent#CATEGORY_BROWSABLE, scheme http or https, and which define a host can handle intents from the managed profile.

Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_PROFILES can set this restriction using the DevicePolicyManager APIs mentioned below.

The default value is false.

Key for user restrictions.

Type: Boolean

Value: "allow_parent_profile_app_linking"

DISALLOW_ADD_MANAGED_PROFILE

Added in API level 26
Deprecated in API level 30
static val DISALLOW_ADD_MANAGED_PROFILE: String

Deprecated: As the ability to have a managed profile on a fully-managed device has been removed from the platform, this restriction will be silently ignored when applied by the device owner.

Specifies if a user is disallowed from adding managed profiles.

The default value for an unmanaged user is false. For users with a device owner set, the default is true.

This restriction has no effect on managed profiles.

Key for user restrictions.

Type: Boolean

Value: "no_add_managed_profile"

DISALLOW_ADD_USER

Added in API level 21
static val DISALLOW_ADD_USER: String

Specifies if a user is disallowed from adding new users. This can only be set by device owners or profile owners on the primary user. The default value is false.

This restriction has no effect on secondary users and managed profiles since only the primary user can add other users.

When the device is an organization-owned device provisioned with a managed profile, this restriction will be set as a base restriction which cannot be removed by any admin.

Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_MODIFY_USERS can set this restriction using the DevicePolicyManager APIs mentioned below.

Key for user restrictions.

Type: Boolean

Value: "no_add_user"

DISALLOW_ADD_WIFI_CONFIG

Added in API level 33
static val DISALLOW_ADD_WIFI_CONFIG: String

Specifies if a user is disallowed from adding a new Wi-Fi configuration.

This restriction can only be set by a device owner, a profile owner of an organization-owned managed profile on the parent profile. When it is set by any of these owners, it prevents all users from adding a new Wi-Fi configuration. This does not limit the owner and carrier's ability to add a new configuration.

Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_WIFI can set this restriction using the DevicePolicyManager APIs mentioned below.

The default value is false.

Key for user restrictions.

Type: Boolean

Value: "no_add_wifi_config"

DISALLOW_ADJUST_VOLUME

Added in API level 21
static val DISALLOW_ADJUST_VOLUME: String

Specifies if a user is disallowed from adjusting the global volume. If set, the global volume will be muted. This can be set by device owners from API 21 and profile owners from API 24. The default value is false.

When the restriction is set by profile owners, then it only applies to relevant profiles.

Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_AUDIO_OUTPUT can set this restriction using the DevicePolicyManager APIs mentioned below.

This restriction has no effect on managed profiles.

Key for user restrictions.

Type: Boolean

Value: "no_adjust_volume"

DISALLOW_AIRPLANE_MODE

Added in API level 28
static val DISALLOW_AIRPLANE_MODE: String

Specifies if airplane mode is disallowed on the device.

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. When it is set by any of these owners, it applies globally - i.e., it disables airplane mode on the entire device.

Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_AIRPLANE_MODE can set this restriction using the DevicePolicyManager APIs mentioned below.

The default value is false.

Key for user restrictions.

Type: Boolean

Value: "no_airplane_mode"

DISALLOW_AMBIENT_DISPLAY

Added in API level 28
static val DISALLOW_AMBIENT_DISPLAY: String

Specifies if ambient display is disallowed for the user.

The default value is false.

Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_DISPLAY can set this restriction using the DevicePolicyManager APIs mentioned below.

This user restriction has no effect on managed profiles.

Key for user restrictions.

Type: Boolean

Value: "no_ambient_display"

DISALLOW_APPS_CONTROL

Added in API level 21
static val DISALLOW_APPS_CONTROL: String

Specifies if a user is disallowed from modifying applications in Settings or launchers. The following actions will not be allowed when this restriction is enabled:

  • uninstalling apps
  • disabling apps
  • clearing app caches
  • clearing app data
  • force stopping apps
  • clearing app defaults
  • The default value is false.

    Note: The user will still be able to perform those actions via other means (such as adb). Third party apps will also be able to uninstall apps via the android.content.pm.PackageInstaller. DISALLOW_UNINSTALL_APPS or DevicePolicyManager#setUninstallBlocked(ComponentName, String, boolean) should be used to prevent the user from uninstalling apps completely, and DevicePolicyManager#addPersistentPreferredActivity(ComponentName, IntentFilter, ComponentName) to add a default intent handler for a given intent filter.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_APPS_CONTROL can set this restriction using the DevicePolicyManager APIs mentioned below.

    Key for user restrictions.

    Type: Boolean

    Value: "no_control_apps"

    DISALLOW_AUTOFILL

    Added in API level 26
    static val DISALLOW_AUTOFILL: String

    Specifies if a user is not allowed to use Autofill Services.

    Device owner and profile owner can set this restriction. When it is set by device owner, only the target user will be affected.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_AUTOFILL can set this restriction using the DevicePolicyManager APIs mentioned below.

    The default value is false.

    Value: "no_autofill"

    DISALLOW_BLUETOOTH

    Added in API level 26
    static val DISALLOW_BLUETOOTH: String

    Specifies if bluetooth is disallowed on the device. If bluetooth is disallowed on the device, bluetooth cannot be turned on or configured via Settings.

    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. When it is set by a device owner, it applies globally - i.e., it disables bluetooth on the entire device and all users will be affected. 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 using bluetooth and configuring bluetooth in Settings.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_BLUETOOTH can set this restriction using the DevicePolicyManager APIs mentioned below.

    The default value is false.

    Key for user restrictions.

    Type: Boolean

    Value: "no_bluetooth"

    DISALLOW_BLUETOOTH_SHARING

    Added in API level 26
    static val DISALLOW_BLUETOOTH_SHARING: String

    Specifies if outgoing bluetooth sharing is disallowed.

    A device owner and a profile owner can set this restriction. 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 any outgoing bluetooth sharing.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_BLUETOOTH can set this restriction using the DevicePolicyManager APIs mentioned below.

    Default is true for managed profiles and false otherwise.

    When a device upgrades to android.os.Build.VERSION_CODES#O, the system sets it for all existing managed profiles.

    Key for user restrictions.

    Type: Boolean

    Value: "no_bluetooth_sharing"

    DISALLOW_CAMERA_TOGGLE

    Added in API level 31
    static val DISALLOW_CAMERA_TOGGLE: String

    Specifies whether the camera toggle is available to the user. If this restriction is set, the user will not be able to block camera access via the system toggle. If camera access is blocked when the restriction is added, it will be automatically re-enabled. This restriction can only be set by a device owner.

    The default value is false.

    Value: "disallow_camera_toggle"

    DISALLOW_CELLULAR_2G

    Added in API level 34
    static val DISALLOW_CELLULAR_2G: String

    Specifies if a user is not allowed to use 2g networks.

    This is a security feature. 2g has no mutual authentication between a device and cellular base station and downgrading a device's connection to 2g is a common tactic for several types of privacy and security compromising attacks that could allow an adversary to intercept, inject, or modify cellular communications.

    This restriction can only be set by a device owner or a profile owner of an organization-owned managed profile on the parent profile. In all cases, the setting applies globally on the device.

    Cellular connectivity loss (where a device would have otherwise successfully connected to a 2g network) occurs if the device is in an area where only 2g networks are available. Emergency calls are an exception and are never impacted. The device will still scan for and connect to a 2g network for emergency calls.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_MOBILE_NETWORK can set this restriction using the DevicePolicyManager APIs mentioned below.

    The default value is false.

    Value: "no_cellular_2g"

    DISALLOW_CHANGE_WIFI_STATE

    Added in API level 33
    static val DISALLOW_CHANGE_WIFI_STATE: String

    Specifies if a user is disallowed from enabling/disabling Wi-Fi.

    This restriction can only be set by a device owner, a profile owner of an organization-owned managed profile on the parent profile. When it is set by any of these owners, it applies globally - i.e., it disables airplane mode from changing Wi-Fi state.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_WIFI can set this restriction using the DevicePolicyManager APIs mentioned below.

    The default value is false.

    Key for user restrictions.

    Type: Boolean

    Value: "no_change_wifi_state"

    DISALLOW_CONFIG_BLUETOOTH

    Added in API level 18
    static val DISALLOW_CONFIG_BLUETOOTH: String

    Specifies if a user is disallowed from configuring bluetooth via Settings. This does not restrict the user from turning bluetooth on or off.

    This restriction doesn't prevent the user from using bluetooth. For disallowing usage of bluetooth completely on the device, use DISALLOW_BLUETOOTH.

    A device owner and a profile owner can set this restriction, although the restriction has no effect in a managed profile. When it is set by a device owner, a profile owner on the primary user or by a profile owner of an organization-owned managed profile on the parent profile, it disallows the primary user from configuring bluetooth.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_BLUETOOTH can set this restriction using the DevicePolicyManager APIs mentioned below.

    The default value is false.

    Key for user restrictions.

    Type: Boolean

    Value: "no_config_bluetooth"

    DISALLOW_CONFIG_BRIGHTNESS

    Added in API level 28
    static val DISALLOW_CONFIG_BRIGHTNESS: String

    Specifies if a user is disallowed from configuring brightness. When device owner sets it, it'll only be applied on the target(system) user.

    The default value is false.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_DISPLAY can set this restriction using the DevicePolicyManager APIs mentioned below.

    This user restriction has no effect on managed profiles.

    Key for user restrictions.

    Type: Boolean

    Value: "no_config_brightness"

    DISALLOW_CONFIG_CELL_BROADCASTS

    Added in API level 21
    static val DISALLOW_CONFIG_CELL_BROADCASTS: String

    Specifies if a user is disallowed from configuring cell broadcasts.

    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. 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 configuring cell broadcasts.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_MOBILE_NETWORK can set this restriction using the DevicePolicyManager APIs mentioned below.

    The default value is false.

    This restriction has no effect on secondary users and managed profiles since only the primary user can configure cell broadcasts.

    Key for user restrictions.

    Type: Boolean

    Value: "no_config_cell_broadcasts"

    DISALLOW_CONFIG_CREDENTIALS

    Added in API level 18
    static val DISALLOW_CONFIG_CREDENTIALS: String

    Specifies if a user is disallowed from configuring user credentials. The default value is false.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_LOCK_CREDENTIALS can set this restriction using the DevicePolicyManager APIs mentioned below.

    Key for user restrictions.

    Type: Boolean

    Value: "no_config_credentials"

    DISALLOW_CONFIG_DATE_TIME

    Added in API level 28
    static val DISALLOW_CONFIG_DATE_TIME: String

    Specifies configuring date, time and timezone is disallowed via Settings.

    A device owner and a profile owner can set this restriction, although the restriction has no effect in a managed profile. When it is set by a device owner or by a profile owner of an organization-owned managed profile on the parent profile, it applies globally - i.e., it disables date, time and timezone setting on the entire device and all users are affected. When it is set by a profile owner on the primary user, it disables the primary user from configuring date, time and timezone and disables all configuring of date, time and timezone in Settings.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_TIME can set this restriction using the DevicePolicyManager APIs mentioned below.

    The default value is false.

    Key for user restrictions.

    Type: Boolean

    Value: "no_config_date_time"

    DISALLOW_CONFIG_DEFAULT_APPS

    Added in API level 34
    static val DISALLOW_CONFIG_DEFAULT_APPS: String

    Specifies whether the user is allowed to modify default apps in settings.

    This restriction can be set by device or profile owner.

    The default value is false.

    Key for user restrictions.

    Type: Boolean

    Value: "disallow_config_default_apps"

    DISALLOW_CONFIG_LOCALE

    Added in API level 28
    static val DISALLOW_CONFIG_LOCALE: String

    Specifies if a user is disallowed from changing the device language. The default value is false.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_LOCALE can set this restriction using the DevicePolicyManager APIs mentioned below.

    Key for user restrictions.

    Type: Boolean

    Value: "no_config_locale"

    DISALLOW_CONFIG_LOCATION

    Added in API level 28
    static val DISALLOW_CONFIG_LOCATION: String

    Specifies if a user is disallowed from enabling or disabling location providers. As a result, user is disallowed from turning on or off location via Settings.

    A device owner and a profile owner can set this restriction. When it is set by a device owner, a profile owner on the primary user or by a profile owner of an organization-owned managed profile on the parent profile, it disallows the primary user from turning location on or off.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_LOCATION can set this restriction using the DevicePolicyManager APIs mentioned below.

    The default value is false.

    This user restriction is different from DISALLOW_SHARE_LOCATION, as a device owner or a profile owner can still enable or disable location mode via DevicePolicyManager#setLocationEnabled when this restriction is on.

    Key for user restrictions.

    Type: Boolean

    Value: "no_config_location"

    DISALLOW_CONFIG_MOBILE_NETWORKS

    Added in API level 21
    static val DISALLOW_CONFIG_MOBILE_NETWORKS: String

    Specifies if a user is disallowed from configuring mobile networks.

    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. 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 configuring mobile networks.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_MOBILE_NETWORK can set this restriction using the DevicePolicyManager APIs mentioned below.

    The default value is false.

    This restriction has no effect on secondary users and managed profiles since only the primary user can configure mobile networks.

    Key for user restrictions.

    Type: Boolean

    Value: "no_config_mobile_networks"

    DISALLOW_CONFIG_PRIVATE_DNS

    Added in API level 29
    static val DISALLOW_CONFIG_PRIVATE_DNS: String

    Specifies whether the user is allowed to modify private DNS settings.

    This restriction can only be set by a device owner or a profile owner of an organization-owned managed profile on the parent profile. When it is set by either of these owners, it applies globally.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_RESTRICT_PRIVATE_DNS can set this restriction using the DevicePolicyManager APIs mentioned below.

    The default value is false.

    Key for user restrictions.

    Type: Boolean

    Value: "disallow_config_private_dns"

    DISALLOW_CONFIG_SCREEN_TIMEOUT

    Added in API level 28
    static val DISALLOW_CONFIG_SCREEN_TIMEOUT: String

    Specifies if a user is disallowed from changing screen off timeout.

    The default value is false.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_DISPLAY can set this restriction using the DevicePolicyManager APIs mentioned below.

    This user restriction has no effect on managed profiles.

    Key for user restrictions.

    Type: Boolean

    Value: "no_config_screen_timeout"

    DISALLOW_CONFIG_TETHERING

    Added in API level 21
    static val DISALLOW_CONFIG_TETHERING: String

    Specifies if a user is disallowed from using and configuring Tethering and portable hotspots via Settings.

    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. 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 using Tethering and hotspots and disables all configuring of Tethering and hotspots in Settings.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_MOBILE_NETWORK can set this restriction using the DevicePolicyManager APIs mentioned below.

    The default value is false.

    In Android 9.0 or higher, if tethering is enabled when this restriction is set, tethering will be automatically turned off.

    Key for user restrictions.

    Type: Boolean

    Value: "no_config_tethering"

    DISALLOW_CONFIG_VPN

    Added in API level 21
    static val DISALLOW_CONFIG_VPN: String

    Specifies if a user is disallowed from configuring a VPN. The default value is false. This restriction has an effect when set by device owners and, in Android 6.0 (API level 23) or higher, profile owners.

    This restriction also prevents VPNs from starting. However, in Android 7.0 (API level 24) or higher, the system does start always-on VPNs created by the device or profile owner.

    From Android 12 (API level 31) enforcing this restriction clears currently active VPN if it was configured by the user.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_VPN can set this restriction using the DevicePolicyManager APIs mentioned below.

    Key for user restrictions.

    Type: Boolean

    Value: "no_config_vpn"

    DISALLOW_CONFIG_WIFI

    Added in API level 18
    static val DISALLOW_CONFIG_WIFI: String

    Specifies if a user is disallowed from changing Wi-Fi access points via Settings. This restriction does not affect Wi-Fi tethering settings.

    A device owner and a profile owner can set this restriction, although the restriction has no effect in a managed profile. When it is set by a device owner, a profile owner on the primary user or by a profile owner of an organization-owned managed profile on the parent profile, it disallows the primary user from changing Wi-Fi access points.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_WIFI can set this restriction using the DevicePolicyManager APIs mentioned below.

    The default value is false.

    Key for user restrictions.

    Type: Boolean

    Value: "no_config_wifi"

    DISALLOW_CONTENT_CAPTURE

    Added in API level 29
    static val DISALLOW_CONTENT_CAPTURE: String

    Specifies if the contents of a user's screen is not allowed to be captured for artificial intelligence purposes.

    A device owner and a profile owner can set this restriction. When it is set by a device owner, 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's screen from being captured for artificial intelligence purposes.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_SCREEN_CONTENT can set this restriction using the DevicePolicyManager APIs mentioned below.

    The default value is false.

    Value: "no_content_capture"

    DISALLOW_CONTENT_SUGGESTIONS

    Added in API level 29
    static val DISALLOW_CONTENT_SUGGESTIONS: String

    Specifies if the current user is able to receive content suggestions for selections based on the contents of their screen.

    A device owner and a profile owner can set this restriction. When it is set by a device owner, 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 receiving content suggestions for selections based on the contents of their screen.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_SCREEN_CONTENT can set this restriction using the DevicePolicyManager APIs mentioned below.

    The default value is false.

    Value: "no_content_suggestions"

    DISALLOW_CREATE_WINDOWS

    Added in API level 21
    static val DISALLOW_CREATE_WINDOWS: String

    Specifies that windows besides app windows should not be created. This will block the creation of the following types of windows.

  • LayoutParams#TYPE_TOAST
  • LayoutParams#TYPE_APPLICATION_OVERLAY
  • This can only be set by device owners and profile owners on the primary user. The default value is false.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_WINDOWS can set this restriction using the DevicePolicyManager APIs mentioned below.

    Key for user restrictions.

    Type: Boolean

    Value: "no_create_windows"

    DISALLOW_CROSS_PROFILE_COPY_PASTE

    Added in API level 21
    static val DISALLOW_CROSS_PROFILE_COPY_PASTE: String

    Specifies if the clipboard contents can be exported by pasting the data into other users or profiles. This restriction doesn't prevent import, such as someone pasting clipboard data from other profiles or users. The default value is false.

    Note: Because it's possible to extract data from screenshots using optical character recognition (OCR), we strongly recommend combining this user restriction with DevicePolicyManager#setScreenCaptureDisabled(ComponentName, boolean).

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_PROFILE_INTERACTION can set this restriction using the DevicePolicyManager APIs mentioned below.

    Key for user restrictions.

    Type: Boolean

    Value: "no_cross_profile_copy_paste"

    DISALLOW_DATA_ROAMING

    Added in API level 24
    static val DISALLOW_DATA_ROAMING: String

    Specifies if a user is not allowed to use cellular data when roaming.

    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. 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 using cellular data when roaming.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_MOBILE_NETWORK can set this restriction using the DevicePolicyManager APIs mentioned below.

    The default value is false.

    Value: "no_data_roaming"

    DISALLOW_DEBUGGING_FEATURES

    Added in API level 21
    static val DISALLOW_DEBUGGING_FEATURES: String

    Specifies if a user is disallowed from enabling or accessing debugging features.

    A device owner and a profile owner can set this restriction. When it is set by a device owner, a profile owner on the primary user or by a profile owner of an organization-owned managed profile on the parent profile, it disables debugging features altogether, including USB debugging. When set on a managed profile or a secondary user, it blocks debugging for that user only, including starting activities, making service calls, accessing content providers, sending broadcasts, installing/uninstalling packages, clearing user data, etc.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_DEBUGGING_FEATURES can set this restriction using the DevicePolicyManager APIs mentioned below.

    The default value is false.

    Key for user restrictions.

    Type: Boolean

    Value: "no_debugging_features"

    DISALLOW_FACTORY_RESET

    Added in API level 21
    static val DISALLOW_FACTORY_RESET: String

    Specifies if a user is disallowed from factory resetting from Settings. This can only be set by device owners and profile owners on an admin user. The default value is false.

    This restriction has no effect on non-admin users since they cannot factory reset the device.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_FACTORY_RESET can set this restriction using the DevicePolicyManager APIs mentioned below.

    Key for user restrictions.

    Type: Boolean

    Value: "no_factory_reset"

    DISALLOW_FUN

    Added in API level 23
    static val DISALLOW_FUN: String

    Specifies if the user is not allowed to have fun. In some cases, the device owner may wish to prevent the user from experiencing amusement or joy while using the device. The default value is false.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_FUN can set this restriction using the DevicePolicyManager APIs mentioned below.

    Key for user restrictions.

    Type: Boolean

    Value: "no_fun"

    DISALLOW_GRANT_ADMIN

    Added in API level 34
    static val DISALLOW_GRANT_ADMIN: String

    Specifies if a user is disallowed from being granted admin privileges.

    This restriction limits ability of other admin users to grant admin privileges to selected user.

    This restriction has no effect in a mode that does not allow multiple admins.

    The default value is false.

    Key for user restrictions.

    Type: Boolean

    Value: "no_grant_admin"

    DISALLOW_INSTALL_APPS

    Added in API level 18
    static val DISALLOW_INSTALL_APPS: String

    Specifies if a user is disallowed from installing applications. This user restriction also prevents device owners and profile owners installing apps. The default value is false.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_APPS_CONTROL can set this restriction using the DevicePolicyManager APIs mentioned below.

    Key for user restrictions.

    Type: Boolean

    Value: "no_install_apps"

    DISALLOW_INSTALL_UNKNOWN_SOURCES

    Added in API level 18
    static val DISALLOW_INSTALL_UNKNOWN_SOURCES: String

    Specifies if a user is disallowed from enabling the "Unknown Sources" setting, that allows installation of apps from unknown sources. Unknown sources exclude adb and special apps such as trusted app stores. The default value is false.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_INSTALL_UNKNOWN_SOURCES can set this restriction using the DevicePolicyManager APIs mentioned below.

    Key for user restrictions.

    Type: Boolean

    Value: "no_install_unknown_sources"

    DISALLOW_INSTALL_UNKNOWN_SOURCES_GLOBALLY

    Added in API level 29
    static val DISALLOW_INSTALL_UNKNOWN_SOURCES_GLOBALLY: String

    This restriction is a device-wide version of DISALLOW_INSTALL_UNKNOWN_SOURCES. Specifies if all users on the device are disallowed from enabling the "Unknown Sources" setting, that allows installation of apps from unknown sources. This restriction can be enabled by the profile owner, in which case all accounts and profiles will be affected.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_INSTALL_UNKNOWN_SOURCES can set this restriction using the DevicePolicyManager APIs mentioned below. The default value is false.

    Key for user restrictions.

    Type: Boolean

    Value: "no_install_unknown_sources_globally"

    DISALLOW_MICROPHONE_TOGGLE

    Added in API level 31
    static val DISALLOW_MICROPHONE_TOGGLE: String

    Specifies whether the microphone toggle is available to the user. If this restriction is set, the user will not be able to block microphone access via the system toggle. If microphone access is blocked when the restriction is added, it will be automatically re-enabled. This restriction can only be set by a device owner.

    The default value is false.

    Value: "disallow_microphone_toggle"

    DISALLOW_MODIFY_ACCOUNTS

    Added in API level 18
    static val DISALLOW_MODIFY_ACCOUNTS: String

    Specifies if a user is disallowed from adding and removing accounts, unless they are android.accounts.AccountManager#addAccountExplicitly added by Authenticator. The default value is false.

    From android.os.Build.VERSION_CODES#N a profile or device owner app can still use android.accounts.AccountManager APIs to add or remove accounts when account management is disallowed.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_ACCOUNT_MANAGEMENT can set this restriction using the DevicePolicyManager APIs mentioned below.

    Key for user restrictions.

    Type: Boolean

    Value: "no_modify_accounts"

    DISALLOW_MOUNT_PHYSICAL_MEDIA

    Added in API level 21
    static val DISALLOW_MOUNT_PHYSICAL_MEDIA: String

    Specifies if a user is disallowed from mounting physical external media.

    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. 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 mounting physical external media.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_PHYSICAL_MEDIA can set this restriction using the DevicePolicyManager APIs mentioned below.

    The default value is false.

    Key for user restrictions.

    Type: Boolean

    Value: "no_physical_media"

    DISALLOW_NETWORK_RESET

    Added in API level 23
    static val DISALLOW_NETWORK_RESET: String

    Specifies if a user is disallowed from resetting network settings from Settings. This can only be set by device owners and profile owners on the primary user. The default value is false.

    This restriction has no effect on secondary users and managed profiles since only the primary user can reset the network settings of the device.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_MOBILE_NETWORK can set this restriction using the DevicePolicyManager APIs mentioned below.

    Key for user restrictions.

    Type: Boolean

    Value: "no_network_reset"

    DISALLOW_OUTGOING_BEAM

    Added in API level 22
    static val DISALLOW_OUTGOING_BEAM: String

    Specifies if the user is not allowed to use NFC to beam out data from apps. The default value is false.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_NEARBY_COMMUNICATION can set this restriction using the DevicePolicyManager APIs mentioned below.

    Key for user restrictions.

    Type: Boolean

    Value: "no_outgoing_beam"

    DISALLOW_OUTGOING_CALLS

    Added in API level 21
    static val DISALLOW_OUTGOING_CALLS: String

    Specifies that the user is not allowed to make outgoing phone calls. Emergency calls are still permitted.

    A device owner and a profile owner can set this restriction, although the restriction has no effect in a managed profile. When it is set by a device owner, a profile owner on the primary user or by a profile owner of an organization-owned managed profile on the parent profile, it disallows the primary user from making outgoing phone calls.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_CALLS can set this restriction using the DevicePolicyManager APIs mentioned below.

    The default value is false.

    Key for user restrictions.

    Type: Boolean

    Value: "no_outgoing_calls"

    DISALLOW_PRINTING

    Added in API level 28
    static val DISALLOW_PRINTING: String

    Specifies whether the user is allowed to print. This restriction can be set by device or profile owner.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_PRINTING can set this restriction using the DevicePolicyManager APIs mentioned below. The default value is false.

    Value: "no_printing"

    DISALLOW_REMOVE_MANAGED_PROFILE

    Added in API level 26
    Deprecated in API level 30
    static val DISALLOW_REMOVE_MANAGED_PROFILE: String

    Deprecated: As the ability to have a managed profile on a fully-managed device has been removed from the platform, this restriction will be silently ignored when applied by the device owner. When the device is provisioned with a managed profile on an organization-owned device, the managed profile could not be removed anyway.

    Specifies if managed profiles of this user can be removed, other than by its profile owner. The default value is false.

    This restriction has no effect on managed profiles.

    Key for user restrictions.

    Type: Boolean

    Value: "no_remove_managed_profile"

    DISALLOW_REMOVE_USER

    Added in API level 18
    static val DISALLOW_REMOVE_USER: String

    When set on the admin user this specifies if the user can remove users. When set on a non-admin secondary user, this specifies if the user can remove itself. This restriction has no effect on managed profiles. The default value is false.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_MODIFY_USERS can set this restriction using the DevicePolicyManager APIs mentioned below.

    Key for user restrictions.

    Type: Boolean

    Value: "no_remove_user"

    DISALLOW_SAFE_BOOT

    Added in API level 23
    static val DISALLOW_SAFE_BOOT: String

    Specifies if the user is not allowed to reboot the device into safe boot mode.

    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. 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 rebooting the device into safe boot mode.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_SAFE_BOOT can set this restriction using the DevicePolicyManager APIs mentioned below.

    The default value is false.

    Key for user restrictions.

    Type: Boolean

    Value: "no_safe_boot"

    DISALLOW_SET_USER_ICON

    Added in API level 24
    static val DISALLOW_SET_USER_ICON: String

    Specifies if a user is not allowed to change their icon. Device owner and profile owner can set this restriction. When it is set by device owner, only the target user will be affected. The default value is false.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_MODIFY_USERS can set this restriction using the DevicePolicyManager APIs mentioned below.

    Key for user restrictions.

    Type: Boolean

    Value: "no_set_user_icon"

    DISALLOW_SET_WALLPAPER

    Added in API level 24
    static val DISALLOW_SET_WALLPAPER: String

    User restriction to disallow setting a wallpaper. Profile owner and device owner are able to set wallpaper regardless of this restriction. The default value is false.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_WALLPAPER can set this restriction using the DevicePolicyManager APIs mentioned below.

    Key for user restrictions.

    Type: Boolean

    Value: "no_set_wallpaper"

    DISALLOW_SHARE_INTO_MANAGED_PROFILE

    Added in API level 28
    static val DISALLOW_SHARE_INTO_MANAGED_PROFILE: String

    Specifies whether the user can share file / picture / data from the primary user into the managed profile, either by sending them from the primary side, or by picking up data within an app in the managed profile.

    When a managed profile is created, the system allows the user to send data from the primary side to the profile by setting up certain default cross profile intent filters. If this is undesired, this restriction can be set to disallow it. Note that this restriction will not block any sharing allowed by explicit DevicePolicyManager#addCrossProfileIntentFilter calls by the profile owner.

    This restriction is only meaningful when set by profile owner. When it is set by device owner, it does not have any effect.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_PROFILE_INTERACTION can set this restriction using the DevicePolicyManager APIs mentioned below.

    The default value is false.

    Value: "no_sharing_into_profile"

    DISALLOW_SHARE_LOCATION

    Added in API level 18
    static val DISALLOW_SHARE_LOCATION: String

    Specifies if a user is disallowed from turning on location sharing.

    In a managed profile, location sharing by default reflects the primary user's setting, but can be overridden and forced off by setting this restriction to true in the managed profile.

    A device owner and a profile owner can set this restriction. When it is set by a device owner, a profile owner on the primary user or by a profile owner of an organization-owned managed profile on the parent profile, it prevents the primary user from turning on location sharing.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_LOCATION can set this restriction using the DevicePolicyManager APIs mentioned below.

    The default value is false.

    Key for user restrictions.

    Type: Boolean

    Value: "no_share_location"

    DISALLOW_SHARING_ADMIN_CONFIGURED_WIFI

    Added in API level 33
    static val DISALLOW_SHARING_ADMIN_CONFIGURED_WIFI: String

    Specifies if users are disallowed from sharing Wi-Fi for admin configured networks.

    Device owner and profile owner can set this restriction. When it is set by any of these owners, it prevents all users from sharing Wi-Fi for networks configured by these owners. Other networks not configured by these owners are not affected.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_WIFI can set this restriction using the DevicePolicyManager APIs mentioned below.

    The default value is false.

    Key for user restrictions.

    Type: Boolean

    Value: "no_sharing_admin_configured_wifi"

    DISALLOW_SMS

    Added in API level 21
    static val DISALLOW_SMS: String

    Specifies that the user is not allowed to send or receive SMS messages.

    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. 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 sending or receiving SMS messages.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_SMS can set this restriction using the DevicePolicyManager APIs mentioned below.

    The default value is false.

    Key for user restrictions.

    Type: Boolean

    Value: "no_sms"

    DISALLOW_SYSTEM_ERROR_DIALOGS

    Added in API level 28
    static val DISALLOW_SYSTEM_ERROR_DIALOGS: String

    Specifies that system error dialogs for crashed or unresponsive apps should not be shown. In this case, the system will force-stop the app as if the user chooses the "close app" option on the UI. A feedback report isn't collected as there is no way for the user to provide explicit consent. The default value is false.

    When this user restriction is set by device owners, it's applied to all users. When set by the profile owner of the primary user or a secondary user, the restriction affects only the calling user. This user restriction has no effect on managed profiles.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_SYSTEM_DIALOGS can set this restriction using the DevicePolicyManager APIs mentioned below.

    Key for user restrictions.

    Type: Boolean

    Value: "no_system_error_dialogs"

    DISALLOW_ULTRA_WIDEBAND_RADIO

    Added in API level 34
    static val DISALLOW_ULTRA_WIDEBAND_RADIO: String

    This user restriction specifies if Ultra-wideband is disallowed on the device. If Ultra-wideband is disallowed it cannot be turned on via Settings.

    Ultra-wideband (UWB) is a radio technology that can use a very low energy level for short-range, high-bandwidth communications over a large portion of the radio spectrum.

    This restriction can only be set by a device owner or a profile owner of an organization-owned managed profile on the parent profile. In both cases, the restriction applies globally on the device and will turn off the ultra-wideband radio if it's currently on and prevent the radio from being turned on in the future.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_NEARBY_COMMUNICATION can set this restriction using the DevicePolicyManager APIs mentioned below.

    Default is false.

    Key for user restrictions.

    Type: Boolean

    Value: "no_ultra_wideband_radio"

    DISALLOW_UNIFIED_PASSWORD

    Added in API level 28
    static val DISALLOW_UNIFIED_PASSWORD: String

    Specifies that the managed profile is not allowed to have unified lock screen challenge with the primary user.

    Note: Setting this restriction alone doesn't automatically set a separate challenge. Profile owner can ask the user to set a new password using DevicePolicyManager#ACTION_SET_NEW_PASSWORD and verify it using DevicePolicyManager#isUsingUnifiedPassword(ComponentName).

    Can be set by profile owners. It only has effect on managed profiles when set by managed profile owner. Has no effect on non-managed profiles or users.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_LOCK_CREDENTIALS can set this restriction using the DevicePolicyManager APIs mentioned below.

    Key for user restrictions.

    Type: Boolean

    Value: "no_unified_password"

    DISALLOW_UNINSTALL_APPS

    Added in API level 18
    static val DISALLOW_UNINSTALL_APPS: String

    Specifies if a user is disallowed from uninstalling applications. The default value is false.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_APPS_CONTROL can set this restriction using the DevicePolicyManager APIs mentioned below.

    Key for user restrictions.

    Type: Boolean

    Value: "no_uninstall_apps"

    DISALLOW_UNMUTE_MICROPHONE

    Added in API level 21
    static val DISALLOW_UNMUTE_MICROPHONE: String

    Specifies if a user is disallowed from adjusting microphone volume. If set, the microphone will be muted.

    A device owner and a profile owner can set this restriction, although the restriction has no effect in a managed 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 will disallow the primary user from adjusting the microphone volume.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_MICROPHONE can set this restriction using the DevicePolicyManager APIs mentioned below.

    The default value is false.

    Key for user restrictions.

    Type: Boolean

    Value: "no_unmute_microphone"

    DISALLOW_USB_FILE_TRANSFER

    Added in API level 18
    static val DISALLOW_USB_FILE_TRANSFER: String

    Specifies if a user is disallowed from transferring files over USB.

    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 user on the device is able to use file transfer over USB because the UI for file transfer is always associated with the primary user.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_USB_FILE_TRANSFER can set this restriction using the DevicePolicyManager APIs mentioned below.

    The default value is false.

    Key for user restrictions.

    Type: Boolean

    Value: "no_usb_file_transfer"

    DISALLOW_USER_SWITCH

    Added in API level 28
    static val DISALLOW_USER_SWITCH: String

    Specifies if user switching is blocked on the current user.

    This restriction can only be set by the device owner, it will be applied to all users. Device owner can still switch user via DevicePolicyManager#switchUser(ComponentName, UserHandle) when this restriction is set.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_MODIFY_USERS can set this restriction using the DevicePolicyManager APIs mentioned below.

    The default value is false.

    Value: "no_user_switch"

    DISALLOW_WIFI_DIRECT

    Added in API level 33
    static val DISALLOW_WIFI_DIRECT: String

    Specifies if a user is disallowed from using Wi-Fi Direct.

    This restriction can only be set by a device owner, a profile owner of an organization-owned managed profile on the parent profile. When it is set by any of these owners, it prevents all users from using Wi-Fi Direct.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_WIFI can set this restriction using the DevicePolicyManager APIs mentioned below.

    The default value is false.

    Key for user restrictions.

    Type: Boolean

    Value: "no_wifi_direct"

    DISALLOW_WIFI_TETHERING

    Added in API level 33
    static val DISALLOW_WIFI_TETHERING: String

    Specifies if a user is disallowed from using Wi-Fi tethering.

    This restriction does not limit the user's ability to modify or connect to regular Wi-Fi networks, which is separately controlled by DISALLOW_CONFIG_WIFI.

    This restriction can only be set by a device owner, a profile owner of an organization-owned managed profile on the parent profile. When it is set by any of these owners, it prevents all users from using Wi-Fi tethering. Other forms of tethering are not affected.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_WIFI can set this restriction using the DevicePolicyManager APIs mentioned below. This user restriction disables only Wi-Fi tethering. Use DISALLOW_CONFIG_TETHERING to limit all forms of tethering. When DISALLOW_CONFIG_TETHERING is set, this user restriction becomes obsolete.

    The default value is false.

    Key for user restrictions.

    Type: Boolean

    Value: "no_wifi_tethering"

    ENSURE_VERIFY_APPS

    Added in API level 21
    static val ENSURE_VERIFY_APPS: String

    Specifies if a user is disallowed from disabling application verification. The default value is false.

    In Android 8.0 (API level 26) and higher, this is a global user restriction. If a device owner or profile owner sets this restriction, the system enforces app verification across all users on the device. Running in earlier Android versions, this restriction affects only the profile that sets it.

    Holders of the permission android.Manifest.permission#MANAGE_DEVICE_POLICY_INSTALL_UNKNOWN_SOURCES can set this restriction using the DevicePolicyManager APIs mentioned below.

    Key for user restrictions.

    Type: Boolean

    Value: "ensure_verify_apps"

    KEY_RESTRICTIONS_PENDING

    Added in API level 22
    static val KEY_RESTRICTIONS_PENDING: String

    Application restriction key that is used to indicate the pending arrival of real restrictions for the app.

    Applications that support restrictions should check for the presence of this key. A true value indicates that restrictions may be applied in the near future but are not available yet. It is the responsibility of any management application that sets this flag to update it when the final restrictions are enforced.

    Key for application restrictions.

    Type: Boolean

    Value: "restrictions_pending"

    QUIET_MODE_DISABLE_ONLY_IF_CREDENTIAL_NOT_REQUIRED

    Added in API level 30
    static val QUIET_MODE_DISABLE_ONLY_IF_CREDENTIAL_NOT_REQUIRED: Int

    Flag passed to #requestQuietModeEnabled to request disabling quiet mode only if there is no need to confirm the user credentials. If credentials are required to disable quiet mode, #requestQuietModeEnabled will do nothing and return false.

    Value: 1

    USER_CREATION_FAILED_NOT_PERMITTED

    Added in API level 24
    static val USER_CREATION_FAILED_NOT_PERMITTED: Int

    Error result indicating that this user is not allowed to add other users on this device. This is a result code returned from the activity created by the intent createUserCreationIntent(java.lang.String,java.lang.String,java.lang.String,android.os.PersistableBundle).

    Value: 1

    USER_CREATION_FAILED_NO_MORE_USERS

    Added in API level 24
    static val USER_CREATION_FAILED_NO_MORE_USERS: Int

    Error result indicating that no more users can be created on this device. This is a result code returned from the activity created by the intent createUserCreationIntent(java.lang.String,java.lang.String,java.lang.String,android.os.PersistableBundle).

    Value: 2

    USER_OPERATION_ERROR_CURRENT_USER

    Added in API level 28
    static val USER_OPERATION_ERROR_CURRENT_USER: Int

    Indicates user operation failed because the target user is in the foreground.

    Value: 4

    USER_OPERATION_ERROR_LOW_STORAGE

    Added in API level 28
    static val USER_OPERATION_ERROR_LOW_STORAGE: Int

    Indicates user operation failed because device has low data storage.

    Value: 5

    USER_OPERATION_ERROR_MANAGED_PROFILE

    Added in API level 28
    static val USER_OPERATION_ERROR_MANAGED_PROFILE: Int

    Indicates user operation failed because target user is a managed profile.

    Value: 2

    USER_OPERATION_ERROR_MAX_RUNNING_USERS

    Added in API level 28
    static val USER_OPERATION_ERROR_MAX_RUNNING_USERS: Int

    Indicates user operation failed because maximum running user limit has been reached.

    Value: 3

    USER_OPERATION_ERROR_MAX_USERS

    Added in API level 28
    static val USER_OPERATION_ERROR_MAX_USERS: Int

    Indicates user operation failed because maximum user limit has been reached.

    Value: 6

    USER_OPERATION_ERROR_UNKNOWN

    Added in API level 28
    static val USER_OPERATION_ERROR_UNKNOWN: Int

    Indicates user operation failed for unknown reason.

    Value: 1

    USER_OPERATION_SUCCESS

    Added in API level 28
    static val USER_OPERATION_SUCCESS: Int

    Indicates user operation is successful.

    Value: 0

    Public methods

    createUserCreationIntent

    Added in API level 24
    open static fun createUserCreationIntent(
        userName: String?,
        accountName: String?,
        accountType: String?,
        accountOptions: PersistableBundle?
    ): Intent!

    Returns an intent to create a user for the provided name and account name. The name and account name will be used when the setup process for the new user is started.

    The intent should be launched using startActivityForResult and the return result will indicate if the user consented to adding a new user and if the operation succeeded. Any errors in creating the user will be returned in the result code. If the user cancels the request, the return result will be Activity#RESULT_CANCELED. On success, the result code will be Activity#RESULT_OK.

    Use supportsMultipleUsers() to first check if the device supports this operation at all.

    The new user is created but not initialized. After switching into the user for the first time, the preferred user name and account information are used by the setup process for that user. This API should only be called if the current user is an admin user, as otherwise the returned intent will not be able to create a user.

    Parameters
    userName String?: Optional name to assign to the user. This value may be null.
    accountName String?: Optional account name that will be used by the setup wizard to initialize the user. This value may be null.
    accountType String?: Optional account type for the account to be created. This is required if the account name is specified. This value may be null.
    accountOptions PersistableBundle?: Optional bundle of data to be passed in during account creation in the new user via AccountManager#addAccount(String, String, String[],. This value may be null.
    Return
    Intent! An Intent that can be launched from an Activity.

    getApplicationRestrictions

    Added in API level 18
    open fun getApplicationRestrictions(packageName: String!): Bundle!

    Returns a Bundle containing any saved application restrictions for the context user, for the given package name. Only an application with this package name can call this method.

    The returned Bundle consists of key-value pairs, as defined by the application, where the types of values may be:

    NOTE: The method performs disk I/O and shouldn't be called on the main thread
    This method may take several seconds to complete, so it should only be called from a worker thread.

    Parameters
    packageName String!: the package name of the calling application
    Return
    Bundle! a Bundle with the restrictions for that package, or an empty Bundle if there are no saved restrictions.

    getSerialNumberForUser

    Added in API level 17
    open fun getSerialNumberForUser(user: UserHandle!): Long

    Return the serial number for a user. This is a device-unique number assigned to that user; if the user is deleted and then a new user created, the new users will not be given the same serial number.

    Parameters
    user UserHandle!: The user whose serial number is to be retrieved.
    Return
    Long The serial number of the given user; returns -1 if the given UserHandle does not exist.

    getUserCount

    Added in API level 17
    open fun getUserCount(): Int

    Return the number of users currently created on the device.
    Requires android.Manifest.permission.MANAGE_USERS or android.Manifest.permission.CREATE_USERS

    getUserCreationTime

    Added in API level 23
    open fun getUserCreationTime(userHandle: UserHandle!): Long

    Returns creation time of the given user. The given user must be the calling user or a profile associated with it.

    Parameters
    userHandle UserHandle!: user handle of the calling user or a profile associated with the calling user.
    Return
    Long creation time in milliseconds since Epoch time.

    getUserForSerialNumber

    Added in API level 17
    open fun getUserForSerialNumber(serialNumber: Long): UserHandle!

    Return the user associated with a serial number previously returned by getSerialNumberForUser(android.os.UserHandle).

    Parameters
    serialNumber Long: The serial number of the user that is being retrieved.
    Return
    UserHandle! Return the user associated with the serial number, or null if there is not one.

    getUserName

    Added in API level 17
    open fun getUserName(): String

    Returns the user name of the context user. This call is only available to applications on the system image.
    Requires android.Manifest.permission.MANAGE_USERS or android.Manifest.permission.CREATE_USERS or android.Manifest.permission.QUERY_USERS or android.Manifest.permission#GET_ACCOUNTS_PRIVILEGED

    Return
    String the user name This value cannot be null.

    getUserProfiles

    Added in API level 21
    open fun getUserProfiles(): MutableList<UserHandle!>!

    Returns a list of UserHandles for profiles associated with the context user, including the user itself.

    Note that this includes all profile types (not including Restricted profiles).

    Return
    MutableList<UserHandle!>! A non-empty list of UserHandles associated with the context user.

    getUserRestrictions

    Added in API level 18
    open fun getUserRestrictions(): Bundle!

    Returns the user-wide restrictions imposed on the context user.

    Return
    Bundle! a Bundle containing all the restrictions.

    getUserRestrictions

    Added in API level 18
    open fun getUserRestrictions(userHandle: UserHandle!): Bundle!

    Returns the user-wide restrictions imposed on the user specified by userHandle.

    Parameters
    userHandle UserHandle!: the UserHandle of the user for whom to retrieve the restrictions.
    Return
    Bundle! a Bundle containing all the restrictions.

    Requires android.permission.MANAGE_USERS or android.permission.INTERACT_ACROSS_USERS, otherwise specified user must be the calling user or a profile associated with it.

    hasUserRestriction

    Added in API level 21
    open fun hasUserRestriction(restrictionKey: String!): Boolean

    Returns whether the context user has been disallowed from performing certain actions or setting certain settings.

    Parameters
    restrictionKey String!: The string key representing the restriction. Value is android.os.UserManager#DISALLOW_MODIFY_ACCOUNTS, android.os.UserManager#DISALLOW_CONFIG_WIFI, android.os.UserManager#DISALLOW_CONFIG_LOCALE, android.os.UserManager#DISALLOW_INSTALL_APPS, android.os.UserManager#DISALLOW_UNINSTALL_APPS, android.os.UserManager#DISALLOW_SHARE_LOCATION, android.os.UserManager#DISALLOW_AIRPLANE_MODE, android.os.UserManager#DISALLOW_CONFIG_BRIGHTNESS, android.os.UserManager#DISALLOW_AMBIENT_DISPLAY, android.os.UserManager#DISALLOW_CONFIG_SCREEN_TIMEOUT, android.os.UserManager#DISALLOW_INSTALL_UNKNOWN_SOURCES, android.os.UserManager#DISALLOW_INSTALL_UNKNOWN_SOURCES_GLOBALLY, android.os.UserManager#DISALLOW_CONFIG_BLUETOOTH, android.os.UserManager#DISALLOW_BLUETOOTH, android.os.UserManager#DISALLOW_BLUETOOTH_SHARING, android.os.UserManager#DISALLOW_USB_FILE_TRANSFER, android.os.UserManager#DISALLOW_CONFIG_CREDENTIALS, android.os.UserManager#DISALLOW_REMOVE_USER, android.os.UserManager#DISALLOW_REMOVE_MANAGED_PROFILE, android.os.UserManager#DISALLOW_DEBUGGING_FEATURES, android.os.UserManager#DISALLOW_CONFIG_VPN, android.os.UserManager#DISALLOW_CONFIG_LOCATION, android.os.UserManager#DISALLOW_CONFIG_DATE_TIME, android.os.UserManager#DISALLOW_CONFIG_TETHERING, android.os.UserManager#DISALLOW_NETWORK_RESET, android.os.UserManager#DISALLOW_FACTORY_RESET, android.os.UserManager#DISALLOW_ADD_USER, android.os.UserManager#DISALLOW_ADD_MANAGED_PROFILE, android.os.UserManager.DISALLOW_ADD_CLONE_PROFILE, android.os.UserManager.DISALLOW_ADD_PRIVATE_PROFILE, android.os.UserManager#ENSURE_VERIFY_APPS, android.os.UserManager#DISALLOW_CONFIG_CELL_BROADCASTS, android.os.UserManager#DISALLOW_CONFIG_MOBILE_NETWORKS, android.os.UserManager#DISALLOW_APPS_CONTROL, android.os.UserManager#DISALLOW_MOUNT_PHYSICAL_MEDIA, android.os.UserManager#DISALLOW_UNMUTE_MICROPHONE, android.os.UserManager#DISALLOW_ADJUST_VOLUME, android.os.UserManager#DISALLOW_OUTGOING_CALLS, android.os.UserManager#DISALLOW_SMS, android.os.UserManager#DISALLOW_FUN, android.os.UserManager#DISALLOW_CREATE_WINDOWS, android.os.UserManager#DISALLOW_SYSTEM_ERROR_DIALOGS, android.os.UserManager#DISALLOW_CROSS_PROFILE_COPY_PASTE, android.os.UserManager#DISALLOW_OUTGOING_BEAM, android.os.UserManager.DISALLOW_WALLPAPER, android.os.UserManager#DISALLOW_SET_WALLPAPER, android.os.UserManager#DISALLOW_SAFE_BOOT, android.os.UserManager.DISALLOW_RECORD_AUDIO, android.os.UserManager.DISALLOW_RUN_IN_BACKGROUND, android.os.UserManager.DISALLOW_CAMERA, android.os.UserManager.DISALLOW_UNMUTE_DEVICE, android.os.UserManager#DISALLOW_DATA_ROAMING, android.os.UserManager#DISALLOW_SET_USER_ICON, android.os.UserManager.DISALLOW_OEM_UNLOCK, android.os.UserManager#DISALLOW_UNIFIED_PASSWORD, android.os.UserManager#ALLOW_PARENT_PROFILE_APP_LINKING, android.os.UserManager#DISALLOW_AUTOFILL, android.os.UserManager#DISALLOW_CONTENT_CAPTURE, android.os.UserManager#DISALLOW_CONTENT_SUGGESTIONS, android.os.UserManager#DISALLOW_USER_SWITCH, android.os.UserManager#DISALLOW_SHARE_INTO_MANAGED_PROFILE, android.os.UserManager#DISALLOW_PRINTING, android.os.UserManager#DISALLOW_CONFIG_PRIVATE_DNS, android.os.UserManager#DISALLOW_MICROPHONE_TOGGLE, android.os.UserManager#DISALLOW_CAMERA_TOGGLE, android.os.UserManager#KEY_RESTRICTIONS_PENDING, android.os.UserManager.DISALLOW_BIOMETRIC, android.os.UserManager#DISALLOW_CHANGE_WIFI_STATE, android.os.UserManager#DISALLOW_WIFI_TETHERING, android.os.UserManager#DISALLOW_SHARING_ADMIN_CONFIGURED_WIFI, android.os.UserManager#DISALLOW_WIFI_DIRECT, android.os.UserManager#DISALLOW_ADD_WIFI_CONFIG, android.os.UserManager#DISALLOW_CELLULAR_2G, android.os.UserManager#DISALLOW_ULTRA_WIDEBAND_RADIO, android.os.UserManager#DISALLOW_GRANT_ADMIN, or android.os.UserManager.DISALLOW_NEAR_FIELD_COMMUNICATION_RADIO
    Return
    Boolean true if the context user has the given restriction, false otherwise.

    isAdminUser

    Added in API level 34
    open fun isAdminUser(): Boolean

    Used to check if the context user is an admin user. An admin user may be allowed to modify or configure certain settings that aren't available to non-admin users, create and delete additional users, etc. There can be more than one admin users.

    Return
    Boolean whether the context user is an admin user.

    isDemoUser

    Added in API level 25
    open fun isDemoUser(): Boolean

    Checks if the context user is a demo user. When running in a demo user, apps can be more helpful to the user, or explain their features in more detail.

    Return
    Boolean whether the context user is a demo user.

    isHeadlessSystemUserMode

    Added in API level 31
    open static fun isHeadlessSystemUserMode(): Boolean

    Checks whether the device is running in a headless system user mode.

    Headless system user mode means the system user runs system services and some system UI, but it is not associated with any real person and additional users must be created to be associated with real persons.

    Return
    Boolean whether the device is running in a headless system user mode.

    isManagedProfile

    Added in API level 30
    open fun isManagedProfile(): Boolean

    Checks if the context user is a managed profile. Note that this applies specifically to managed profiles. For profiles in general, use isProfile() instead.

    Return
    Boolean whether the context user is a managed profile.

    isProfile

    Added in API level 33
    open fun isProfile(): Boolean

    Checks if the context user is running in a profile. A profile is a user that typically has its own separate data but shares its UI with some parent user. For example, a managed profile is a type of profile.

    Return
    Boolean whether the context user is in a profile.

    isQuietModeEnabled

    Added in API level 24
    open fun isQuietModeEnabled(userHandle: UserHandle!): Boolean

    Returns whether the given profile is in quiet mode or not. Notes: Quiet mode is only supported for managed profiles.

    Parameters
    userHandle UserHandle!: The user handle of the profile to be queried.
    Return
    Boolean true if the profile is in quiet mode, false otherwise.

    isSystemUser

    Added in API level 23
    open fun isSystemUser(): Boolean

    Used to check if the context user is the system user. The system user is the initial user that is implicitly created on first boot and hosts most of the system services.

    Return
    Boolean whether the context user is the system user.

    isUserAGoat

    Added in API level 17
    open fun isUserAGoat(): Boolean

    Used to determine whether the user making this call is subject to teleportations.

    As of android.os.Build.VERSION_CODES#LOLLIPOP, this method can now automatically identify goats using advanced goat recognition technology.

    As of android.os.Build.VERSION_CODES#R, this method always returns false in order to protect goat privacy.

    Return
    Boolean Returns whether the user making this call is a goat.

    isUserForeground

    Added in API level 31
    open fun isUserForeground(): Boolean

    Checks if the context user is running in the foreground.

    Return
    Boolean whether the context user is running in the foreground.

    isUserRunning

    Added in API level 17
    open fun isUserRunning(user: UserHandle!): Boolean

    Return whether the given user is actively running. This means that the user is in the "started" state, not "stopped" -- it is currently allowed to run code through scheduled alarms, receiving broadcasts, etc. A started user may be either the current foreground user or a background user; the result here does not distinguish between the two.

    Note prior to Android Nougat MR1 (SDK version <= 24; android.os.Build.VERSION_CODES#N, this API required a system permission in order to check other profile's status. Since Android Nougat MR1 (SDK version >= 25; android.os.Build.VERSION_CODES#N_MR1), the restriction has been relaxed, and now it'll accept any android.os.UserHandle within the same profile group as the caller.

    Parameters
    user UserHandle!: The user to retrieve the running state for.

    isUserRunningOrStopping

    Added in API level 17
    open fun isUserRunningOrStopping(user: UserHandle!): Boolean

    Return whether the given user is actively running or stopping. This is like isUserRunning(android.os.UserHandle), but will also return true if the user had been running but is in the process of being stopped (but is not yet fully stopped, and still running some code).

    Note prior to Android Nougat MR1 (SDK version <= 24; android.os.Build.VERSION_CODES#N, this API required a system permission in order to check other profile's status. Since Android Nougat MR1 (SDK version >= 25; android.os.Build.VERSION_CODES#N_MR1), the restriction has been relaxed, and now it'll accept any android.os.UserHandle within the same profile group as the caller.

    Parameters
    user UserHandle!: The user to retrieve the running state for.

    isUserUnlocked

    Added in API level 24
    open fun isUserUnlocked(): Boolean

    Return whether the context user is running in an "unlocked" state.

    On devices with direct boot, a user is unlocked only after they've entered their credentials (such as a lock pattern or PIN). On devices without direct boot, a user is unlocked as soon as it starts.

    When a user is locked, only device-protected data storage is available. When a user is unlocked, both device-protected and credential-protected private app data storage is available.

    isUserUnlocked

    Added in API level 24
    open fun isUserUnlocked(user: UserHandle!): Boolean

    Return whether the given user is running in an "unlocked" state.

    On devices with direct boot, a user is unlocked only after they've entered their credentials (such as a lock pattern or PIN). On devices without direct boot, a user is unlocked as soon as it starts.

    When a user is locked, only device-protected data storage is available. When a user is unlocked, both device-protected and credential-protected private app data storage is available.

    Requires android.permission.MANAGE_USERS or android.permission.INTERACT_ACROSS_USERS, otherwise specified user must be the calling user or a profile associated with it.

    Parameters
    user UserHandle!: to retrieve the unlocked state for.

    requestQuietModeEnabled

    Added in API level 28
    open fun requestQuietModeEnabled(
        enableQuietMode: Boolean,
        userHandle: UserHandle
    ): Boolean

    Enables or disables quiet mode for a managed profile. If quiet mode is enabled, apps in a managed profile don't run, generate notifications, or consume data or battery.

    If a user's credential is needed to turn off quiet mode, a confirm credential screen will be shown to the user.

    The change may not happen instantly, however apps can listen for Intent#ACTION_MANAGED_PROFILE_AVAILABLE and Intent#ACTION_MANAGED_PROFILE_UNAVAILABLE broadcasts in order to be notified of the change of the quiet mode. Apps can also check the current state of quiet mode by calling isQuietModeEnabled(android.os.UserHandle).

    The caller must either be the foreground default launcher or have one of these permissions: MANAGE_USERS or MODIFY_QUIET_MODE.

    Parameters
    enableQuietMode Boolean: whether quiet mode should be enabled or disabled
    userHandle UserHandle: user handle of the profile This value cannot be null.
    Return
    Boolean false if user's credential is needed in order to turn off quiet mode, true otherwise
    Exceptions
    java.lang.SecurityException if the caller is invalid
    java.lang.IllegalArgumentException if userHandle is not a managed profile

    requestQuietModeEnabled

    Added in API level 30
    open fun requestQuietModeEnabled(
        enableQuietMode: Boolean,
        userHandle: UserHandle,
        flags: Int
    ): Boolean

    Perform the same operation as requestQuietModeEnabled(boolean,android.os.UserHandle), but with a flag to tweak the behavior of the request.

    Parameters
    enableQuietMode Boolean: whether quiet mode should be enabled or disabled
    userHandle UserHandle: user handle of the profile This value cannot be null.
    flags Int: Can be 0 or QUIET_MODE_DISABLE_ONLY_IF_CREDENTIAL_NOT_REQUIRED. Value is either 0 or a combination of android.os.UserManager#QUIET_MODE_DISABLE_ONLY_IF_CREDENTIAL_NOT_REQUIRED, and android.os.UserManager.QUIET_MODE_DISABLE_DONT_ASK_CREDENTIAL
    Return
    Boolean false if user's credential is needed in order to turn off quiet mode, true otherwise
    Exceptions
    java.lang.SecurityException if the caller is invalid
    java.lang.IllegalArgumentException if userHandle is not a managed profile

    setRestrictionsChallenge

    Added in API level 19
    Deprecated in API level 23
    open fun setRestrictionsChallenge(newPin: String!): Boolean

    Deprecated: The restrictions PIN functionality is no longer provided by the system. This method is preserved for backwards compatibility reasons and always returns false.

    Sets a new challenge PIN for restrictions. This is only for use by pre-installed apps and requires the MANAGE_USERS permission.

    Parameters
    newPin String!: the PIN to use for challenge dialogs.
    Return
    Boolean Returns true if the challenge PIN was set successfully.

    setUserRestriction

    Added in API level 18
    Deprecated in API level 21
    open fun setUserRestriction(
        key: String!,
        value: Boolean
    ): Unit

    Deprecated: use android.app.admin.DevicePolicyManager#addUserRestriction( * android.content.ComponentName, String) or android.app.admin.DevicePolicyManager#clearUserRestriction( * android.content.ComponentName, String) instead.

    Sets the value of a specific restriction on the context user. Requires the MANAGE_USERS permission.
    Requires android.Manifest.permission.MANAGE_USERS

    Parameters
    key String!: the key of the restriction
    value Boolean: the value for the restriction

    setUserRestrictions

    Added in API level 18
    Deprecated in API level 21
    open fun setUserRestrictions(restrictions: Bundle!): Unit

    Deprecated: Deprecated in Java.

    This will no longer work. Device owners and profile owners should use DevicePolicyManager#addUserRestriction(ComponentName, String) instead.

    setUserRestrictions

    Added in API level 18
    Deprecated in API level 21
    open fun setUserRestrictions(
        restrictions: Bundle!,
        userHandle: UserHandle!
    ): Unit

    Deprecated: Deprecated in Java.

    This will no longer work. Device owners and profile owners should use DevicePolicyManager#addUserRestriction(ComponentName, String) instead.

    supportsMultipleUsers

    Added in API level 24
    open static fun supportsMultipleUsers(): Boolean

    Returns whether this device supports multiple users with their own login and customizable space.

    Return
    Boolean whether the device supports multiple users.