读书人

何时Android触发Intent.ACTION_USER_P

发布时间: 2012-03-14 12:01:12 作者: rapoo

何时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"

读书人网 >Android

热点推荐