首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

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

2012-03-14 
何时Android触发Intent.ACTION_USER_PRESENT广播?如题。[解决办法]public static final String ACTION_USER

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

热点排行