当前位置: 代码迷 >> Android >> 何时Android触发Intent.ACTION_USER_PRESENT广播?解决思路
  详细解决方案

何时Android触发Intent.ACTION_USER_PRESENT广播?解决思路

热度:67   发布时间:2016-05-01 22:15:00.0
何时Android触发Intent.ACTION_USER_PRESENT广播?
如题。

------解决方案--------------------
public static final String ACTION_USER_PRESENT

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

This is a protected intent that can only be sent by the system.

Constant Value: "android.intent.action.USER_PRESENT"
  相关解决方案