Broadcast intents for bluetooth, wifi and ringer mode
问题 What are the intents that are broadcasted in the following events, Wifi state change Bluetooth state change Ringer mode change 回答1: For Wifi state changes: WifiManager.WIFI_STATE_CHANGED_ACTION ("android.net.wifi.WIFI_STATE_CHANGED") Broadcast intent action indicating that Wi-Fi has been enabled, disabled, enabling, disabling, or unknown. One extra provides this state as an int. Another extra provides the previous state, if available. WifiManager.NETWORK_STATE_CHANGED_ACTION ("android.net