Intent.ActionUserPresent Field

Definition

Broadcast Action: Sent when the user is present after device wakes up (e.

[Android.Runtime.Register("ACTION_USER_PRESENT")]
public const string ActionUserPresent;
[<Android.Runtime.Register("ACTION_USER_PRESENT")>]
val mutable ActionUserPresent : string

Field Value

Implements

Attributes

Remarks

Broadcast Action: Sent when the user is present after device wakes up (e.g when the keyguard is gone).

<p class="note">This is a protected intent that can only be sent by the system.

Java documentation for android.content.Intent.ACTION_USER_PRESENT.

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