The fields of Android.App.Admin.DeviceAdminReceiver are listed below. For a list of all members, see the DeviceAdminReceiver Members list.
See Also: Inherited members from Android.Content.BroadcastReceiver
const | ActionDeviceAdminDisabled | string. Action sent to a device administrator when the user has disabled it. |
const | ActionDeviceAdminDisableRequested | string. Action sent to a device administrator when the user has requested to disable it, but before this has actually been done. |
const | ActionDeviceAdminEnabled | string. This is the primary action that a device administrator must implement to be allowed to manage a device. |
const | ActionLockTaskEntering | string. Action sent to a device administrator to notify that the device is entering lock task mode from an authorized package. |
const | ActionLockTaskExiting | string. Action sent to a device administrator to notify that the device is exiting lock task mode from an authorized package. |
const | ActionPasswordChanged | string. Action sent to a device administrator when the user has changed the password of their device. |
const | ActionPasswordExpiring | string. Action periodically sent to a device administrator when the device password is expiring. |
const | ActionPasswordFailed | string. Action sent to a device administrator when the user has failed at attempted to enter the password. |
const | ActionPasswordSucceeded | string. Action sent to a device administrator when the user has successfully entered their password, after failing one or more times. |
const | ActionProfileProvisioningComplete | string. Broadcast Action: This broadcast is sent to indicate that provisioning of a managed profile or managed device has completed successfully. |
const | DeviceAdminMetaData | string. Name under which a DevicePolicy component publishes information about itself. |
const | ExtraDisableWarning | string. A CharSequence that can be shown to the user informing them of the impact of disabling your admin. |
const | ExtraLockTaskPackage | string. A boolean describing whether the device is currently entering or exiting lock task mode. |