Intent.ActionUserPresent 字段

定义

广播操作:设备唤醒后用户存在时发送(e.

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

字段值

实现

属性

注解

广播操作:设备唤醒后用户出现时发送(例如密钥保护器消失时)。

这是一个受保护的意向,只能由系统发送。

Java文档android.content.Intent.ACTION_USER_PRESENT

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于