android.permission.SEND_SMS
Allows an application to send SMS messages.
android.permission.WRITE_SMS
Allows an application to write SMS messages.
android.permission.READ_SMS
Allows an application to read SMS messages.
android.permission.ACCESS_FINE_LOCATION
Allows an application to access fine (e.g., GPS) location.
android.permission.ACCESS_COARSE_LOCATION
Allows an application to access coarse (e.g., Cell-ID, WiFi) location.
android.permission.INTERNET
Allows applications to open network sockets.
android.permission.READ_PHONE_STATE
Allows read only access to phone state.
android.permission.WRITE_SETTINGS
Allows an application to read or write the system settings.
android.permission.ACCESS_NETWORK_STATE
Allows applications to access information about networks
android.permission.CALL_PHONE
Allows an application to initiate a phone call without going through the Dialer user interface for the user to confirm the call being placed.
android.permission.WRITE_CONTACTS
Allows an application to write (but not read) the user's contacts data.
android.permission.READ_CONTACTS
Allows an application to read the user's contacts data.
android.permission.ACCESS_WIFI_STATE
Allows applications to access information about Wi-Fi networks.
android.permission.CHANGE_WIFI_STATE
Allows applications to change Wi-Fi connectivity state.
android.permission.RECEIVE_BOOT_COMPLETED
Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting. If you don't request this permission, you will not receive the broadcast at that time. Though holding this permission does not have any security implications, it can have a negative impact on the user experience by increasing the amount of time it takes the system to start and allowing applications to have themselves running without the user being aware of them. As such, you must explicitly declare your use of this facility to make that visible to the user.
android.permission.READ_CONTACTS
Allows an application to read the user's contacts data.
android.permission.BROADCAST_SMS
Allows an application to broadcast an SMS receipt notification.
android.permission.WRITE_CONTACTS
Allows an application to write (but not read) the user's contacts data.
android.permission.VIBRATE
Allows access to the vibrator.
android.permission.STATUS_BAR
Allows an application to open, close, or disable the status bar and its icons.
com.numberbbook.permission.C2D_MESSAGE
com.google.android.c2dm.permission.RECEIVE
android.permission.GET_ACCOUNTS
Allows access to the list of accounts in the Accounts Service .
android.permission.USE_CREDENTIALS
Allows an application to request authtokens from the AccountManager.
android.permission.WAKE_LOCK
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.