DeviceAdminReceiver.ActionPasswordExpiring Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Action periodically sent to a device administrator when the device or profile challenge password is expiring.
[Android.Runtime.Register("ACTION_PASSWORD_EXPIRING")]
public const string ActionPasswordExpiring;
[<Android.Runtime.Register("ACTION_PASSWORD_EXPIRING")>]
val mutable ActionPasswordExpiring : string
Field Value
- Attributes
Remarks
Action periodically sent to a device administrator when the device or profile challenge password is expiring. You will generally handle this in DeviceAdminReceiver#onPasswordExpiring(Context, Intent, UserHandle)
.
The calling device admin must have requested DeviceAdminInfo#USES_POLICY_EXPIRE_PASSWORD
to receive this broadcast.
Java documentation for android.app.admin.DeviceAdminReceiver.ACTION_PASSWORD_EXPIRING
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.