Android中Broadcast的Intent大全

來源:互聯網
上載者:User

Api Level 3:(SDK 1.5)

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

Api Level 4增加的:(SDK 1.6)

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

Api Level 5(SDK 2.0)藍芽部分全部修改,修改後的

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

然後增加的有

android.intent.action.DOCK_EVENT<br />android.provider.Telephony.SMS_REJECTED 

 

Api Level 6(SDK 2.0.1)沒有改變。

Api Level 7(SDK 2.1)增加的:

android.intent.action.LOCALE_CHANGED  

 Api Level 8(SDK 2.2)增加的:

android.app.action.ACTION_PASSWORD_CHANGED<br />android.app.action.ACTION_PASSWORD_FAILED<br />android.app.action.ACTION_PASSWORD_SUCCEEDED<br />android.app.action.DEVICE_ADMIN_DISABLED<br />android.app.action.DEVICE_ADMIN_DISABLE_REQUESTED<br />android.app.action.DEVICE_ADMIN_ENABLED<br />android.intent.action.EXTERNAL_APPLICATIONS_AVAILABLE<br />android.intent.action.EXTERNAL_APPLICATIONS_UNAVAILABLE<br />android.media.SCO_AUDIO_STATE_CHANGED  

 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.