android.permission.SEND_SMS
Allows an application to send SMS messages.
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.READ_CONTACTS
Allows an application to read the user's contacts data.
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.