- context
- The running context as per DeviceAdminReceiver.OnReceive(Android.Content.Context, Android.Content.Intent).
- intent
- The received intent as per DeviceAdminReceiver.OnReceive(Android.Content.Context, Android.Content.Intent).
Called after the user has failed at entering their current password, as a result of receiving DeviceAdminReceiver.ActionPasswordFailed. At this point you can use Android.App.Admin.DevicePolicyManager to retrieve the number of failed password attempts.