| Allows an application to read SMS messages. |
android.permission.READ_SMS |
| Allows an application to receive SMS messages. |
android.permission.RECEIVE_SMS |
| Allows an application to record audio. |
android.permission.RECORD_AUDIO |
| Allows an application to read from external storage. |
android.permission.READ_EXTERNAL_STORAGE |
| Allows an application to write to external storage. |
android.permission.WRITE_EXTERNAL_STORAGE |
| Allows read only access to phone state, including the current cellular network information, the status of any ongoing calls, and a list of any PhoneAccounts registered on the device. |
android.permission.READ_PHONE_STATE |
| Allows an app to access precise location. |
android.permission.ACCESS_FINE_LOCATION |
| Required to be able to access the camera device. |
android.permission.CAMERA |
| Allows an application to write the user's contacts data. |
android.permission.WRITE_CONTACTS |
| Allows an application to read the user's contacts data. |
android.permission.READ_CONTACTS |
| Allows an application to send SMS messages. |
android.permission.SEND_SMS |
| Allows an application to read the user's call log. |
android.permission.READ_CALL_LOG |
| Allows an application to write and read the user's call log data. |
android.permission.WRITE_CALL_LOG |
| Allows an application to initiate a phone call without going through the Dialer user interface for the user to confirm the call. |
android.permission.CALL_PHONE |