Android.App.Admin.DeviceAdminReceiver.ActionPasswordChanged Field
Action sent to a device administrator when the user has changed the password of their device.

Syntax

[Android.Runtime.Register("ACTION_PASSWORD_CHANGED")]
public const string ActionPasswordChanged

Remarks

Action sent to a device administrator when the user has changed the password of their device. You can at this point check the characteristics of the new password with DevicePolicyManager.IsActivePasswordSufficient. You will generally handle this in DeviceAdminReceiver.OnPasswordChanged(Android.Content.Context, Android.Content.Intent).

The calling device admin must have requested DeviceAdminInfo.UsesPolicyLimitPassword to receive this broadcast.

[Android Documentation]

Requirements

Namespace: Android.App.Admin
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 8