The fields of Android.App.Admin.DeviceAdminInfo are listed below. For a list of all members, see the DeviceAdminInfo Members list.
See Also: Inherited members from Java.Lang.Object
const | UsesEncryptedStorage | DeviceAdminUses (7). A type of policy that this device admin can use: require encryption of stored data. |
const | UsesPolicyDisableCamera | DeviceAdminUses (8). A type of policy that this device admin can use: disables use of all device cameras. |
const | UsesPolicyDisableKeyguardFeatures | DeviceAdminUses (9). A type of policy that this device admin can use: disables use of keyguard features. |
const | UsesPolicyExpirePassword | DeviceAdminUses (6). A type of policy that this device admin can use: force the user to change their password after an administrator-defined time limit. |
const | UsesPolicyForceLock | DeviceAdminUses (3). A type of policy that this device admin can use: able to force the device to lock viaDevicePolicyManager.LockNow or limit the maximum lock timeout for the device via DevicePolicyManager.SetMaximumTimeToLock(Android.Content.ComponentName, System.Int64). |
const | UsesPolicyLimitPassword | DeviceAdminUses (0). A type of policy that this device admin can use: limit the passwords that the user can select, via DevicePolicyManager.SetPasswordQuality(Android.Content.ComponentName, Android.App.Admin.PasswordQuality) and DevicePolicyManager.SetPasswordMinimumLength(Android.Content.ComponentName, System.Int32). |
const | UsesPolicyResetPassword | DeviceAdminUses (2). A type of policy that this device admin can use: able to reset the user's password via DevicePolicyManager.ResetPassword(string, Android.App.Admin.ResetPasswordFlags). |
const | UsesPolicyWatchLogin | DeviceAdminUses (1). A type of policy that this device admin can use: able to watch login attempts from the user, via DeviceAdminReceiver.ActionPasswordFailed, DeviceAdminReceiver.ActionPasswordSucceeded, and DevicePolicyManager.CurrentFailedPasswordAttempts. |
const | UsesPolicyWipeData | DeviceAdminUses (4). A type of policy that this device admin can use: able to factory reset the device, erasing all of the user's data, via DevicePolicyManager.WipeData(WipeDataFlags). |