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. 同一机器 部署 两个 jboss

    当jboss和oracle在同一机器上时,通常oracle占用8080端口,这时只需要去修改\deploy\jbossweb-tomcat50.sar\server.xml中.当在同一台机器上运行两个 ...

  2. Ubuntu 12.04下虚拟磁带库mhvtl的安装和使用

      项目需要连接一下昆腾虚拟磁带库DXI 6701 ,这玩意太贵,不好得到,先弄个虚拟软件测试了, 网上了一下,有这个软件: mhvtl   主页: https://sites.google.com/ ...

  3. JsRender系列demo(9)自定义函数

    <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <m ...

  4. hdu 1709 The Balance

    母函数的特殊情况,左右两边都可以放,如样例1,2,9 母函数为(1+x+1/x)*(1+x^2+1/x^2)*(1+x^9+1/x^9) 化简为(1+x+x^2)*(1+x^2+x^4)*(1+x^9 ...

  5. *[hackerrank]ACM ICPC Team

    https://www.hackerrank.com/contests/w6/challenges/acm-icpc-team 这道题在contest的时候数据量改小过,原来的数据量需要进行优化才能过 ...

  6. 打败Google的灵童今在何方?

    微软和雅虎宣布在搜索和广告上10年合作,这事儿不知是不是前不久虚惊一场的微软收购雅虎案的好戏重演之序幕. 从表面上看,这次的合作改变不了搜索和广告目前的世界格局,也构不成对Google的致命威胁,反倒 ...

  7. MVVM 代码记录

      一.XML <Page x:Class="MVVM.MainPage" xmlns="http://schemas.microsoft.com/winfx/20 ...

  8. set集合_定长

    //set集合的操作        //便利初始化函数        NSSet *set1 = [[NSSet alloc] initWithObjects:@"aa", @&q ...

  9. spring-boot-quartz, 依赖spring-boot-parent

    spring-boot-quartz, 依赖spring-boot-parent spring-boot Easyui Quartz 项目启动后输入:http://localhost/ 数据库文件:  ...

  10. js判断浏览器类型 js判断ie6不执行

    js判断浏览器类型 $.browser  对象 $.browser.version 浏览器版本 var binfo = ''; if ($.browser.msie) { binfo = " ...