1 intent.action_airplane_mode_changed;2 //broadcast when airplane mode is turned off or turned on3 intent.action_battery_changed;4 //charging status, or the battery's power is changed5 //battery charge status, charge level change, cannot receive this broadcast through the formation statement, only through Context.registerreceiver () registration6 Intent.action_battery_low;7 //indicates low battery power8 Intent.action_battery_okay;9 //indicates that the battery is fully charged, that is, it emits a broadcast when it changes from low battery level to full powerTen intent.action_boot_completed; One //Once the system is started, this action is broadcast once (only once). A Intent.action_camera_button; - //Broadcast when you press the camera button (hardware key) while taking a photo - intent.action_close_system_dialogs; the //When the screen times out for the lock screen, the Android system broadcasts the action message when the user presses the power button, long press or short press (whether or not to jump out of the box). - intent.action_configuration_changed; - //broadcast (including changes: interface language, device orientation, etc.) issued when the device's current settings are changed, please refer to Configuration.java - intent.action_date_changed; + //This broadcast will be issued when the device date has changed - Intent.action_device_storage_low; + //broadcast when device memory is low, this broadcast can only be used by the system, other apps are not available? A Intent.action_device_storage_ok; at //broadcast when device memory is not enough to be sufficient, this broadcast can only be used by the system, other apps are not available? -Intent.action_dock_event;// - //where this broadcast was issued Frameworks\base\services\java\com\android\server\dockobserver.java - intent.action_external_applications_available; - ////after the mobile app is complete, the broadcast (mobile means: APP2SD) - intent.action_external_applications_unavailable; in //when the app is being moved, the broadcast (move refers to: APP2SD) - intent.action_gtalk_service_connected; to //Gtalk Broadcast When a connection has been established + intent.action_gtalk_service_disconnected; - //Gtalk Broadcast When a connection has been disconnected the Intent.action_headset_plug; * //broadcast when the headset is plugged into the headphone port $ intent.action_input_method_changed;Panax Notoginseng //broadcasts that are emitted when changing input methods - intent.action_locale_changed; the //broadcasts emitted when the device's current locale has changed + Intent.action_manage_package_storage; A Intent.action_media_bad_removal; the //SD card is not removed correctly (how to remove SD card correctly: Set--SD card and device memory--Uninstall SD card), but broadcast when the SD card is removed + //broadcast: The Extended media (expansion card) has been unplugged from the SD card slot, but the mount point has not been lifted (unmount) - Intent.action_media_button; $ //broadcast when the Media button button is pressed (hardware button) if there is a "media button" button $ intent.action_media_checking; - //when inserting an external storage device, such as an SD card, the system will verify the SD card, and the broadcast is issued at this time . - Intent.action_media_eject; the //Unplugged a broadcast from an external mass storage device (such as an SD card, or a removable hard drive), and the broadcast will be issued with or without proper uninstallation? - //broadcast: The user wants to remove the extended media (unplug the expansion card). Wuyi intent.action_media_mounted; the //broadcasts issued when an SD card is inserted and properly installed (recognized) - //broadcast: The extended media is inserted and is already mounted. Wu Intent.action_media_nofs; - intent.action_media_removed; About //The external storage device has been removed, and this broadcast will be issued, whether or not it is uninstalled properly? $ //Broadcast: The extension media is removed. - intent.action_media_scanner_finished; - //broadcast: A directory that has been scanned for media -Intent.action_media_scanner_scan_file;// A intent.action_media_scanner_started; + //Broadcast: Start scanning a directory of media the intent.action_media_shared; - //Broadcast: The Mount of the extended media is lifted (unmount) because it has been shared as a USB mass storage. $intent.action_media_unmountable;// the intent.action_media_unmounted the //broadcast: The extended media exists, but is not mounted (mount). the Intent.action_new_outgoing_call; the intent.action_package_added; - //after the successful installation apk in //Broadcast: A new application package is installed on the device. the //A new app package is already installed on the device, and the data includes the package name (the latest installed package program cannot receive this broadcast) the intent.action_package_changed; About //an existing application package has changed, including the package name the intent.action_package_data_cleared; the //To clear the broadcast of an application's data (in Settings-app management-Select an app, then point to clear data?) the //The user has cleared the data for a package, including the package name (The Purge package program cannot receive this broadcast) + Intent.action_package_install; - //trigger a download and complete the broadcast of the installation, such as downloading the app in the electronics market? // the intent.action_package_removed;Bayi //successful deletion of an APK after the broadcast the //an existing application package has been removed from the device, including the package name (the package program being installed cannot receive this broadcast) the intent.action_package_replaced; - //a broadcast that is issued when an existing installation package is replaced (regardless of whether the app is now installed newer or older than before, this broadcast will be issued?). ) - intent.action_package_restarted; the //The user restarts a package, all processes of the package will be killed, and all runtime status associated with it should be removed, including the package name (restart package program cannot receive this broadcast) the intent.action_power_connected; the //broadcast when plugged in to an external power source the intent.action_power_disconnected; - //broadcasts issued when an external power connection has been disconnected theintent.action_provider_changed;// the Intent.action_reboot; the //broadcast when restarting a device94 Intent.action_screen_off; the //broadcast after the screen is closed the intent.action_screen_on; the //broadcast after the screen is opened98 Intent.action_shutdown; About //broadcasts issued when the system is shut down - intent.action_timezone_changed;101 //broadcasts issued when time zones change102 intent.action_time_changed;103 //broadcasts emitted when time is set104 Intent.action_time_tick; the //Broadcast: The current time has changed (normal time passes). 106 //The current time changes, sent every minute, cannot be received through the component Declaration, only through the Context.registerreceiver () method to register107 intent.action_uid_removed;108 //A user ID has been removed from the system for the broadcast sent// 109 intent.action_ums_connected; the //broadcast when the device has entered a USB mass storage state? 111 intent.action_ums_disconnected; the //broadcast when the device has moved from a USB mass storage state to a normal state? 113 intent.action_user_present; the intent.action_wallpaper_changed; the //broadcast when the device wallpaper has changed