Android.App.Admin.DeviceAdminReceiver: Field Members

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

Public Fields

const
ActionDeviceAdminDisabledstring. Action sent to a device administrator when the user has disabled it.
const
ActionDeviceAdminDisableRequestedstring. Action sent to a device administrator when the user has requested to disable it, but before this has actually been done.
const
ActionDeviceAdminEnabledstring. This is the primary action that a device administrator must implement to be allowed to manage a device.
const
ActionLockTaskEnteringstring. Action sent to a device administrator to notify that the device is entering lock task mode from an authorized package.
const
ActionLockTaskExitingstring. Action sent to a device administrator to notify that the device is exiting lock task mode from an authorized package.
const
ActionPasswordChangedstring. Action sent to a device administrator when the user has changed the password of their device.
const
ActionPasswordExpiringstring. Action periodically sent to a device administrator when the device password is expiring.
const
ActionPasswordFailedstring. Action sent to a device administrator when the user has failed at attempted to enter the password.
const
ActionPasswordSucceededstring. Action sent to a device administrator when the user has successfully entered their password, after failing one or more times.
const
ActionProfileProvisioningCompletestring. Broadcast Action: This broadcast is sent to indicate that provisioning of a managed profile or managed device has completed successfully.
const
DeviceAdminMetaDatastring. Name under which a DevicePolicy component publishes information about itself.
const
ExtraDisableWarningstring. A CharSequence that can be shown to the user informing them of the impact of disabling your admin.
const
ExtraLockTaskPackagestring. A boolean describing whether the device is currently entering or exiting lock task mode.