
These are broadcasts whose data is held by the system after being finished, so that clients can quickly retrieve that data without having to wait for the next broadcast. BROADCAST_STICKY: Allows an application to broadcast sticky intents.BLUETOOTH_ADMIN: Allows applications to discover and pair bluetooth devices.BLUETOOTH: Allows applications to connect to paired bluetooth devices.ACCESS_WIFI_STATE: Allows applications to access information about Wi-Fi networks.ACCESS_NETWORK_STATE: Allows applications to access information about networks.WRITE_EXTERNAL_STORAGE: Allows an application to write to external storage.WRITE_CALENDAR: Allows an application to write the user's calendar data.SEND_SMS: Allows an application to send SMS messages.RECORD_AUDIO: Allows an application to record audio.READ_SMS: Allows an application to read SMS messages.READ_PHONE_STATE: Allows read only access to phone state, including the phone number of the device, current cellular network information, the status of any ongoing calls, and a list of any PhoneAccounts registered on the device.READ_EXTERNAL_STORAGE: Allows an application to read from external storage.READ_CALENDAR: Allows an application to read the user's calendar data.GET_ACCOUNTS: Allows access to the list of accounts in the Accounts Service.CAMERA: Required to be able to access the camera device.

