UserManager
UserOperationException
AllowParentProfileAppLinking
DisallowAddManagedProfile
DisallowAddUser
DisallowAddWifiConfig
DisallowAdjustVolume
DisallowAirplaneMode
DisallowAmbientDisplay
DisallowAppsControl
DisallowAutofill
DisallowBluetooth
DisallowBluetoothSharing
DisallowCameraToggle
DisallowCellular2g
DisallowChangeWifiState
DisallowConfigBluetooth
DisallowConfigBrightness
DisallowConfigCellBroadcasts
DisallowConfigCredentials
DisallowConfigDateTime
DisallowConfigDefaultApps
DisallowConfigLocale
DisallowConfigLocation
DisallowConfigMobileNetworks
DisallowConfigPrivateDns
DisallowConfigScreenTimeout
DisallowConfigTethering
DisallowConfigVpn
DisallowConfigWifi
DisallowContentCapture
DisallowContentSuggestions
DisallowCreateWindows
DisallowCrossProfileCopyPaste
DisallowDataRoaming
DisallowDebuggingFeatures
DisallowFactoryReset
DisallowFun
DisallowGrantAdmin
DisallowInstallApps
DisallowInstallUnknownSources
DisallowInstallUnknownSourcesGlobally
DisallowMicrophoneToggle
DisallowModifyAccounts
DisallowMountPhysicalMedia
DisallowNetworkReset
DisallowOutgoingBeam
DisallowOutgoingCalls
DisallowPrinting
DisallowRemoveManagedProfile
DisallowRemoveUser
DisallowSafeBoot
DisallowSetUserIcon
DisallowSetWallpaper
DisallowShareIntoManagedProfile
DisallowShareLocation
DisallowSharingAdminConfiguredWifi
DisallowSms
DisallowSystemErrorDialogs
DisallowUltraWidebandRadio
DisallowUnifiedPassword
DisallowUninstallApps
DisallowUnmuteMicrophone
DisallowUsbFileTransfer
DisallowUserSwitch
DisallowWifiDirect
DisallowWifiTethering
EnsureVerifyApps
KeyRestrictionsPending
QuietModeDisableOnlyIfCredentialNotRequired
UserCreationFailedNoMoreUsers
UserCreationFailedNotPermitted
UserOperationErrorCurrentUser
UserOperationErrorLowStorage
UserOperationErrorManagedProfile
UserOperationErrorMaxRunningUsers
UserOperationErrorMaxUsers
UserOperationErrorUnknown
UserOperationSuccess
UserManager(IntPtr, JniHandleOwnership)
IsAdminUser
IsDemoUser
IsHeadlessSystemUserMode
IsManagedProfile
IsProfile
IsSystemUser
IsUserAGoat
IsUserForeground
IsUserUnlocked
JniPeerMembers
ThresholdClass
ThresholdType
UserCount
UserName
UserProfiles
UserRestrictions
CreateUserCreationIntent(String, String, String, PersistableBundle)
GetApplicationRestrictions(String)
GetSerialNumberForUser(UserHandle)
GetUserCreationTime(UserHandle)
GetUserForSerialNumber(Int64)
GetUserRestrictions(UserHandle)
HasUserRestriction(String)
InvokeIsUserUnlocked(UserHandle)
IsQuietModeEnabled(UserHandle)
IsUserRunning(UserHandle)
IsUserRunningOrStopping(UserHandle)
RequestQuietModeEnabled(Boolean, UserHandle)
RequestQuietModeEnabled(Boolean, UserHandle, Int32)
SetRestrictionsChallenge(String)
SetUserRestriction(String, Boolean)
SetUserRestrictions(Bundle, UserHandle)
SupportsMultipleUsers()
monoandroid
namespace Android.OS
{
[Register("android/os/UserManager", DoNotGenerateAcw = true)]
public class UserManager : Object
{
[Obsolete("This constant will be removed in the future version. Use Android.OS.UserCreationFailureReason enum directly instead of this field.", true)]
[Register("USER_CREATION_FAILED_NO_MORE_USERS", ApiSince = 24)]
public const UserCreationFailureReason UserCreationFailedNoMoreUsers = UserCreationFailureReason.NoMoreUsers;
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Obsolete | This constant will be removed in the future version. Use Android.OS.UserCreationFailureReason enum directly instead of this field. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API