Android中Broadcast的Intent大全

Api Level 3:(SDK 1.5)

  1. android.bluetooth.a2dp.intent.action.SINK_STATE_CHANGED
  2. android.bluetooth.intent.action.BLUETOOTH_STATE_CHANGED
  3. android.bluetooth.intent.action.BOND_STATE_CHANGED_ACTION
  4. android.bluetooth.intent.action.DISCOVERY_COMPLETED
  5. android.bluetooth.intent.action.DISCOVERY_STARTED
  6. android.bluetooth.intent.action.HEADSET_ADUIO_STATE_CHANGED
  7. android.bluetooth.intent.action.HEADSET_STATE_CHANGED
  8. android.bluetooth.intent.action.NAME_CHANGED
  9. android.bluetooth.intent.action.PAIRING_CANCEL
  10. android.bluetooth.intent.action.PAIRING_REQUEST
  11. android.bluetooth.intent.action.REMOTE_DEVICE_CONNECTED
  12. android.bluetooth.intent.action.REMOTE_DEVICE_DISAPPEARED
  13. android.bluetooth.intent.action.REMOTE_DEVICE_DISAPPEARED
  14. android.bluetooth.intent.action.REMOTE_DEVICE_DISCONNECTED
  15. android.bluetooth.intent.action.REMOTE_DEVICE_DISCONNECT_REQUESTED
  16. android.bluetooth.intent.action.REMOTE_DEVICE_FOUND
  17. android.bluetooth.intent.action.REMOTE_NAME_FAILED
  18. android.bluetooth.intent.action.REMOTE_NAME_UPDATED
  19. android.bluetooth.intent.action.SCAN_MODE_CHANGED
  20. android.intent.action.AIRPLANE_MODE
  21. android.intent.action.BATTERY_CHANGED
  22. android.intent.action.BATTERY_LOW
  23. android.intent.action.BOOT_COMPLETED
  24. android.intent.action.CAMERA_BUTTON
  25. android.intent.action.CONFIGURATION_CHANGED
  26. android.intent.action.DATA_SMS_RECEIVED
  27. android.intent.action.DATE_CHANGED
  28. android.intent.action.DEVICE_STORAGE_LOW
  29. android.intent.action.DEVICE_STORAGE_OK
  30. android.intent.action.GTALK_CONNECTED
  31. android.intent.action.GTALK_DISCONNECTED
  32. android.intent.action.HEADSET_PLUG
  33. android.intent.action.INPUT_METHOD_CHANGED
  34. android.intent.action.MANAGE_PACKAGE_STORAGE
  35. android.intent.action.MEDIA_BAD_REMOVAL
  36. android.intent.action.MEDIA_BUTTON
  37. android.intent.action.MEDIA_CHECKING
  38. android.intent.action.MEDIA_EJECT
  39. android.intent.action.MEDIA_MOUNTED
  40. android.intent.action.MEDIA_NOFS
  41. android.intent.action.MEDIA_REMOVED
  42. android.intent.action.MEDIA_SCANNER_FINISHED
  43. android.intent.action.MEDIA_SCANNER_SCAN_FILE
  44. android.intent.action.MEDIA_SCANNER_STARTED
  45. android.intent.action.MEDIA_SHARED
  46. android.intent.action.MEDIA_UNMOUNTABLE
  47. android.intent.action.MEDIA_UNMOUNTED
  48. android.intent.action.NEW_OUTGOING_CALL
  49. android.intent.action.PACKAGE_ADDED
  50. android.intent.action.PACKAGE_CHANGED
  51. android.intent.action.PACKAGE_DATA_CLEARED
  52. android.intent.action.PACKAGE_INSTALL
  53. android.intent.action.PACKAGE_REMOVED
  54. android.intent.action.PACKAGE_REPLACED
  55. android.intent.action.PACKAGE_RESTARTED
  56. android.intent.action.PHONE_STATE
  57. android.intent.action.PROVIDER_CHANGED
  58. android.intent.action.REBOOT
  59. android.intent.action.SCREEN_OFF
  60. android.intent.action.SCREEN_ON
  61. android.intent.action.TIMEZONE_CHANGED
  62. android.intent.action.TIME_SET
  63. android.intent.action.TIME_TICK
  64. android.intent.action.UID_REMOVED
  65. android.intent.action.UMS_CONNECTED
  66. android.intent.action.UMS_DISCONNECTED
  67. android.intent.action.USER_PRESENT
  68. android.intent.action.WALLPAPER_CHANGED
  69. android.media.AUDIO_BECOMING_NOISY
  70. android.media.RINGER_MODE_CHANGED
  71. android.media.VIBRATE_SETTING_CHANGED
  72. android.net.conn.BACKGROUND_DATA_SETTING_CHANGED
  73. android.net.wifi.NETWORK_IDS_CHANGED
  74. android.net.wifi.RSSI_CHANGED
  75. android.net.wifi.SCAN_RESULTS
  76. android.net.wifi.STATE_CHANGE
  77. android.net.wifi.WIFI_STATE_CHANGED
  78. android.net.wifi.supplicant.CONNECTION_CHANGE
  79. android.net.wifi.supplicant.STATE_CHANGE
  80. android.provider.Telephony.SIM_FULL
  81. android.provider.Telephony.SMS_RECEIVED
  82. android.provider.Telephony.WAP_PUSH_RECEIVED
  83. com.google.gservices.intent.action.GSERVICES_CHANGED

Api Level 4增加的:(SDK 1.6)

  1. android.intent.action.ACTION_POWER_CONNECTED
  2. android.intent.action.ACTION_POWER_DISCONNECTED
  3. android.intent.action.ACTION_SHUTDOWN
  4. android.intent.action.BATTERY_OKAY
  5. android.speech.tts.TTS_QUEUE_PROCESSING_COMPLETED
  6. android.speech.tts.engine.TTS_DATA_INSTALLED
  7. com.google.gservices.intent.action.GSERVICES_OVERRIDE

Api Level 5(SDK 2.0)蓝牙部分全部修改,修改后的

  1. android.bluetooth.a2dp.action.SINK_STATE_CHANGED
  2. android.bluetooth.adapter.action.DISCOVERY_FINISHED
  3. android.bluetooth.adapter.action.DISCOVERY_STARTED
  4. android.bluetooth.adapter.action.LOCAL_NAME_CHANGED
  5. android.bluetooth.adapter.action.SCAN_MODE_CHANGED
  6. android.bluetooth.adapter.action.STATE_CHANGED
  7. android.bluetooth.device.action.ACL_CONNECTED
  8. android.bluetooth.device.action.ACL_DISCONNECTED
  9. android.bluetooth.device.action.ACL_DISCONNECT_REQUESTED
  10. android.bluetooth.device.action.BOND_STATE_CHANGED
  11. android.bluetooth.device.action.CLASS_CHANGED
  12. android.bluetooth.device.action.FOUND
  13. android.bluetooth.device.action.NAME_CHANGED
  14. android.bluetooth.devicepicker.action.DEVICE_SELECTED
  15. android.bluetooth.devicepicker.action.LAUNCH
  16. android.bluetooth.headset.action.AUDIO_STATE_CHANGED
  17. android.bluetooth.headset.action.STATE_CHANGED

然后增加的有

  1. android.intent.action.DOCK_EVENT
  2. android.provider.Telephony.SMS_REJECTED

Api Level 6(SDK 2.0.1)没有改变。

Api Level 7(SDK 2.1)增加的:

  1. android.intent.action.LOCALE_CHANGED

Api Level 8(SDK 2.2)增加的:

  1. android.app.action.ACTION_PASSWORD_CHANGED
  2. android.app.action.ACTION_PASSWORD_FAILED
  3. android.app.action.ACTION_PASSWORD_SUCCEEDED
  4. android.app.action.DEVICE_ADMIN_DISABLED
  5. android.app.action.DEVICE_ADMIN_DISABLE_REQUESTED
  6. android.app.action.DEVICE_ADMIN_ENABLED
  7. android.intent.action.EXTERNAL_APPLICATIONS_AVAILABLE
  8. android.intent.action.EXTERNAL_APPLICATIONS_UNAVAILABLE
  9. android.media.SCO_AUDIO_STATE_CHANGED

andeoid学习笔记七的更多相关文章

  1. (转)Qt Model/View 学习笔记 (七)——Delegate类

    Qt Model/View 学习笔记 (七) Delegate  类 概念 与MVC模式不同,model/view结构没有用于与用户交互的完全独立的组件.一般来讲, view负责把数据展示 给用户,也 ...

  2. Learning ROS for Robotics Programming Second Edition学习笔记(七) indigo PCL xtion pro live

    中文译著已经出版,详情请参考:http://blog.csdn.net/ZhangRelay/article/category/6506865 Learning ROS forRobotics Pro ...

  3. Typescript 学习笔记七:泛型

    中文网:https://www.tslang.cn/ 官网:http://www.typescriptlang.org/ 目录: Typescript 学习笔记一:介绍.安装.编译 Typescrip ...

  4. python3.4学习笔记(七) 学习网站博客推荐

    python3.4学习笔记(七) 学习网站博客推荐 深入 Python 3http://sebug.net/paper/books/dive-into-python3/<深入 Python 3& ...

  5. Go语言学习笔记七: 函数

    Go语言学习笔记七: 函数 Go语言有函数还有方法,神奇不.这有点像python了. 函数定义 func function_name( [parameter list] ) [return_types ...

  6. iOS 学习笔记七 【博爱手把手教你使用2016年gitHub Mac客户端】

    iOS 学习笔记七 [博爱手把手教你使用gitHub客户端] 第一步:首先下载git客户端 链接:https://desktop.github.com 第二步:fork 大神的代码[这里以我的代码为例 ...

  7. 【opencv学习笔记七】访问图像中的像素与图像亮度对比度调整

    今天我们来看一下如何访问图像的像素,以及如何改变图像的亮度与对比度. 在之前我们先来看一下图像矩阵数据的排列方式.我们以一个简单的矩阵来说明: 对单通道图像排列如下: 对于双通道图像排列如下: 那么对 ...

  8. Linux学习笔记(七) 查询系统

    1.查看命令 (1)man 可以使用 man 命令名称 命令查看某个命令的详细用法,其显示的内容如下: NAME:命令名称 SYNOPSIS:语法 DESCRIPTION:说明 OPTIONS:选项 ...

  9. go微服务框架kratos学习笔记七(kratos warden 负载均衡 balancer)

    目录 go微服务框架kratos学习笔记七(kratos warden 负载均衡 balancer) demo demo server demo client 池 dao service p2c ro ...

随机推荐

  1. C#三种定时器的实现

    http://www.coridc.com/archives/2253.html c#中提供了三种类型的计时器: 1.基于 Windows 的标准计时器(System.Windows.Forms.Ti ...

  2. 如何深入理解 StatsD 与 Graphite ?

    众所周知,StatsD 负责收集并聚合测量值.之后,它会将数据传给 Graphite,后者以时间序列为依据存储数据,并绘制图表.但是,我们不知道,基于 http 访问的图表在展示时,是基于每秒钟的请求 ...

  3. DiskGenius的 “终止位置参数溢出”错误解决方法。

    (转帖)同事电脑系统启动突然明显变慢,重装系统后问题仍未解决(windowsxp sp3).帮忙分析感觉是磁盘分区表出现了错误,用通用PE工具箱进入PE系统,DiskGenius工具检查:“终止位置参 ...

  4. 2013年山东省第四届ACM大学生程序设计竞赛 Alice and Bob

      Alice and Bob Time Limit: 1000ms   Memory limit: 65536K 题目描述 Alice and Bob like playing games very ...

  5. SpringMVC学习总结(三)——Controller接口详解(2)

    4.5.ServletForwardingController 将接收到的请求转发到一个命名的servlet,具体示例如下: package cn.javass.chapter4.web.servle ...

  6. PCL—低层次视觉—点云分割(邻近信息)

    分割给人最直观的影响大概就是邻居和我不一样.比如某条界线这边是中华文明,界线那边是西方文,最简单的分割方式就是在边界上找些居民问:"小伙子,你到底能不能上油管啊?”.然后把能上油管的居民坐标 ...

  7. Mmap的实现原理和应用

    http://blog.csdn.net/edwardlulinux/article/details/8604400 很多文章分析了mmap的实现原理.从代码的逻辑来分析,总是觉没有把mmap后读写映 ...

  8. NDK(21)JNI的5大正确性缺陷及优化技巧(注意是正确性缺陷)

    转自 : http://www.ibm.com/developerworks/cn/java/j-jni/index.html JNI 编程缺陷可以分为两类: 性能:代码能执行所设计的功能,但运行缓慢 ...

  9. apache启动报错(98)Address already in use: make_sock: could not bind to...

    # /etc/init.d/httpd startStarting httpd: (98)Address already in use: make_sock: could not bind to ad ...

  10. httpRequest对象常用的方法

    IT程序员开发必备-各类资源下载清单,史上最全IT资源,个人收藏总结! 1. 获得客户机信息    getRequestURL方法返回客户端发出请求时的完整URL.    getRequestURI方 ...