DeviceAdminReceiver.ActionPasswordSucceeded 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 sent to a device administrator when the user has successfully entered their device or profile challenge password, after failing one or more times.
[Android.Runtime.Register("ACTION_PASSWORD_SUCCEEDED")]
public const string ActionPasswordSucceeded;
[<Android.Runtime.Register("ACTION_PASSWORD_SUCCEEDED")>]
val mutable ActionPasswordSucceeded : string
Field Value
- Attributes
Remarks
Action sent to a device administrator when the user has successfully entered their device or profile challenge password, after failing one or more times. You will generally handle this in DeviceAdminReceiver#onPasswordSucceeded(Context, Intent, UserHandle)
.
The calling device admin must have requested DeviceAdminInfo#USES_POLICY_WATCH_LOGIN
to receive this broadcast.
Java documentation for android.app.admin.DeviceAdminReceiver.ACTION_PASSWORD_SUCCEEDED
.
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.