Chinaunix首页 | 论坛 | 博客
  • 博客访问: 285756
  • 博文数量: 68
  • 博客积分: 1474
  • 博客等级: 上尉
  • 技术积分: 616
  • 用 户 组: 普通用户
  • 注册时间: 2011-02-12 12:07
文章分类

全部博文(68)

文章存档

2011年(68)

分类: 嵌入式

2011-07-18 11:08:29

public static final ACTION_BATTERY_CHANGED
引入自:

Broadcast Action: This is a sticky broadcast containing the charging state, level, and other information about the battery. See for documentation on the contents of the Intent.

You can not receive this through components declared in manifests, only by explicitly registering for it with . See , , , and for distinct battery-related broadcasts that are sent and can be received through manifest receivers.

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

常量值: "android.intent.action.BATTERY_CHANGED"


public static final ACTION_CONFIGURATION_CHANGED
引入自:

Broadcast Action: The current device (orientation, locale, etc) has changed. When such a change happens, the UIs (view hierarchy) will need to be rebuilt based on this new information; for the most part, applications don't need to worry about this, because the system will take care of stopping and restarting the application to make sure it sees the new changes. Some system code that can not be restarted will need to watch for this action and handle it appropriately.

You can not receive this through components declared in manifests, only by explicitly registering for it with .

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

参见
常量值: "android.intent.action.CONFIGURATION_CHANGED"


public static final ACTION_TIME_TICK
引入自:

Broadcast Action: The current time has changed. Sent every minute. You can not receive this through components declared in manifests, only by exlicitly registering for it with .

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

常量值: "android.intent.action.TIME_TICK"





阅读(4467) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~