Java学习者论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

手机号码,快捷登录

恭喜Java学习者论坛(https://www.javaxxz.com)已经为数万Java学习者服务超过8年了!积累会员资料超过10000G+
成为本站VIP会员,下载本站10000G+会员资源,购买链接:点击进入购买VIP会员
JAVA高级面试进阶视频教程Java架构师系统进阶VIP课程

分布式高可用全栈开发微服务教程

Go语言视频零基础入门到精通

Java架构师3期(课件+源码)

Java开发全终端实战租房项目视频教程

SpringBoot2.X入门到高级使用教程

大数据培训第六期全套视频教程

深度学习(CNN RNN GAN)算法原理

Java亿级流量电商系统视频教程

互联网架构师视频教程

年薪50万Spark2.0从入门到精通

年薪50万!人工智能学习路线教程

年薪50万!大数据从入门到精通学习路线年薪50万!机器学习入门到精通视频教程
仿小米商城类app和小程序视频教程深度学习数据分析基础到实战最新黑马javaEE2.1就业课程从 0到JVM实战高手教程 MySQL入门到精通教程
查看: 415|回复: 0

开发交流:Android中Broadcast的Intent大全

[复制链接]

该用户从未签到

发表于 2011-10-24 09:48:10 | 显示全部楼层 |阅读模式
Android中Broadcast的Intent大全


Api Level 3SDK 1.5)
Xml代码复制代码

   android.bluetooth.a2dp.intent.action.SINK_STATE_CHANGED   
   android.bluetooth.intent.action.BLUETOOTH_STATE_CHANGED   
   android.bluetooth.intent.action.BOND_STATE_CHANGED_ACTION   
    android.bluetooth.intent.action.DISCOVERY_COMPLETED   
   android.bluetooth.intent.action.DISCOVERY_STARTED   
   android.bluetooth.intent.action.HEADSET_ADUIO_STATE_CHANGED   
   android.bluetooth.intent.action.HEADSET_STATE_CHANGED   
   android.bluetooth.intent.action.NAME_CHANGED   
   android.bluetooth.intent.action.PAIRING_CANCEL   
   android.bluetooth.intent.action.PAIRING_REQUEST   
   android.bluetooth.intent.action.REMOTE_DEVICE_CONNECTED   
   android.bluetooth.intent.action.REMOTE_DEVICE_DISAPPEARED   
   android.bluetooth.intent.action.REMOTE_DEVICE_DISAPPEARED   
   android.bluetooth.intent.action.REMOTE_DEVICE_DISCONNECTED   
   android.bluetooth.intent.action.REMOTE_DEVICE_DISCONNECT_REQUESTED   
   android.bluetooth.intent.action.REMOTE_DEVICE_FOUND   
   android.bluetooth.intent.action.REMOTE_NAME_FAILED   
   android.bluetooth.intent.action.REMOTE_NAME_UPDATED   
   android.bluetooth.intent.action.SCAN_MODE_CHANGED   
   android.intent.action.AIRPLANE_MODE  
   android.intent.action.BATTERY_CHANGED  
   android.intent.action.BATTERY_LOW  
   android.intent.action.BOOT_COMPLETED  
   android.intent.action.CAMERA_BUTTON  
   android.intent.action.CONFIGURATION_CHANGED   
   android.intent.action.DATA_SMS_RECEIVED   
   android.intent.action.DATE_CHANGED  
   android.intent.action.DEVICE_STORAGE_LOW   
   android.intent.action.DEVICE_STORAGE_OK  
   android.intent.action.GTALK_CONNECTED  
   android.intent.action.GTALK_DISCONNECTED   
   android.intent.action.HEADSET_PLUG  
   android.intent.action.INPUT_METHOD_CHANGED   
   android.intent.action.MANAGE_PACKAGE_STORAGE   
   android.intent.action.MEDIA_BAD_REMOVAL  
   android.intent.action.MEDIA_BUTTON  
   android.intent.action.MEDIA_CHECKING  
    android.intent.action.MEDIA_EJECT   
   android.intent.action.MEDIA_MOUNTED  
   android.intent.action.MEDIA_NOFS  
   android.intent.action.MEDIA_REMOVED  
   android.intent.action.MEDIA_SCANNER_FINISHED   
   android.intent.action.MEDIA_SCANNER_SCAN_FILE   
   android.intent.action.MEDIA_SCANNER_STARTED   
   android.intent.action.MEDIA_SHARED  
   android.intent.action.MEDIA_UNMOUNTABLE  
   android.intent.action.MEDIA_UNMOUNTED  
   android.intent.action.NEW_OUTGOING_CALL  
   android.intent.action.PACKAGE_ADDED  
   android.intent.action.PACKAGE_CHANGED  
   android.intent.action.PACKAGE_DATA_CLEARED   
   android.intent.action.PACKAGE_INSTALL  
   android.intent.action.PACKAGE_REMOVED  
   android.intent.action.PACKAGE_REPLACED  
   android.intent.action.PACKAGE_RESTARTED  
   android.intent.action.PHONE_STATE  
   android.intent.action.PROVIDER_CHANGED  
   android.intent.action.REBOOT   
   android.intent.action.SCREEN_OFF  
   android.intent.action.SCREEN_ON   
   android.intent.action.TIMEZONE_CHANGED  
   android.intent.action.TIME_SET   
   android.intent.action.TIME_TICK   
   android.intent.action.UID_REMOVED  
   android.intent.action.UMS_CONNECTED  
   android.intent.action.UMS_DISCONNECTED  
    android.intent.action.USER_PRESENT   
   android.intent.action.WALLPAPER_CHANGED  
   android.media.AUDIO_BECOMING_NOISY  
   android.media.RINGER_MODE_CHANGED  
   android.media.VIBRATE_SETTING_CHANGED  
   android.net.conn.BACKGROUND_DATA_SETTING_CHANGED   
   android.net.wifi.NETWORK_IDS_CHANGED  
   android.net.wifi.RSSI_CHANGED   
   android.net.wifi.SCAN_RESULTS   
   android.net.wifi.STATE_CHANGE   
   android.net.wifi.WIFI_STATE_CHANGED  
   android.net.wifi.supplicant.CONNECTION_CHANGE   
   android.net.wifi.supplicant.STATE_CHANGE   
   android.provider.Telephony.SIM_FULL  
   android.provider.Telephony.SMS_RECEIVED  
   android.provider.Telephony.WAP_PUSH_RECEIVED   
   com.Google.gservices.intent.action.GSERVICES_CHANGED  

Api Level 4增加的:(SDK 1.6)
Xml代码复制代码

   android.intent.action.ACTION_POWER_CONNECTED   
   android.intent.action.ACTION_POWER_DISCONNECTED   
   android.intent.action.ACTION_SHUTDOWN  
   android.intent.action.BATTERY_OKAY  
   android.speech.tts.TTS_QUEUE_PROCESSING_COMPLETED   
   android.speech.tts.engine.TTS_DATA_INSTALLED   
   com.google.gservices.intent.action.GSERVICES_OVERRIDE  

Api Level 5(SDK 2.0)蓝牙部分全部修改,修改后的
Xml代码复制代码

   android.bluetooth.a2dp.action.SINK_STATE_CHANGED   
   android.bluetooth.adapter.action.DISCOVERY_FINISHED   
   android.bluetooth.adapter.action.DISCOVERY_STARTED   
   android.bluetooth.adapter.action.LOCAL_NAME_CHANGED   
   android.bluetooth.adapter.action.SCAN_MODE_CHANGED   
   android.bluetooth.adapter.action.STATE_CHANGED   
   android.bluetooth.device.action.ACL_CONNECTED   
   android.bluetooth.device.action.ACL_DISCONNECTED   
   android.bluetooth.device.action.ACL_DISCONNECT_REQUESTED   
   android.bluetooth.device.action.BOND_STATE_CHANGED   
   android.bluetooth.device.action.CLASS_CHANGED   
   android.bluetooth.device.action.FOUND  
   android.bluetooth.device.action.NAME_CHANGED   
   android.bluetooth.devicepicker.action.DEVICE_SELECTED   
   android.bluetooth.devicepicker.action.LAUNCH   
   android.bluetooth.headset.action.AUDIO_STATE_CHANGED   
   android.bluetooth.headset.action.STATE_CHANGED  

然后增加的有
Xml代码复制代码

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

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

Api Level 7(SDK 2.1)增加的:
Xml代码复制代码

   android.intent.action.LOCALE_CHANGED

Api Level 8(SDK 2.2)增加的:
Xml代码复制代码

    android.app.action.ACTION_PASSWORD_CHANGED   
   android.app.action.ACTION_PASSWORD_FAILED   
   android.app.action.ACTION_PASSWORD_SUCCEEDED   
   android.app.action.DEVICE_ADMIN_DISABLED   
   android.app.action.DEVICE_ADMIN_DISABLE_REQUESTED   
    android.app.action.DEVICE_ADMIN_ENABLED   
   android.intent.action.EXTERNAL_APPLICATIONS_AVAILABLE   
   android.intent.action.EXTERNAL_APPLICATIONS_UNAVAILABLE   
   android.media.SCO_AUDIO_STATE_CHANGED
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|手机版|Java学习者论坛 ( 声明:本站资料整理自互联网,用于Java学习者交流学习使用,对资料版权不负任何法律责任,若有侵权请及时联系客服屏蔽删除 )

GMT+8, 2025-1-10 23:09 , Processed in 0.309909 second(s), 34 queries .

Powered by Discuz! X3.4

© 2001-2017 Comsenz Inc.

快速回复 返回顶部 返回列表