Intent.ActionUserUnlocked Field

Definition

Broadcast Action: Sent when the credential-encrypted private storage has become unlocked for the target user.

[Android.Runtime.Register("ACTION_USER_UNLOCKED", ApiSince=24)]
public const string ActionUserUnlocked;
[<Android.Runtime.Register("ACTION_USER_UNLOCKED", ApiSince=24)>]
val mutable ActionUserUnlocked : string

Field Value

Implements

Attributes

Remarks

Broadcast Action: Sent when the credential-encrypted private storage has become unlocked for the target user. This is only sent to registered receivers, not manifest receivers.

<b>Note:</b> The user's actual state might have changed by the time the broadcast is received. For example, the user could have been removed, started or stopped already, regardless of which broadcast you receive. Because of that, receivers should always check the current state of the user.

Java documentation for android.content.Intent.ACTION_USER_UNLOCKED.

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.

Applies to