READ_CONTACTS : Allows an application to read the user's contacts data.
READ_CALENDAR : Allows an application to read the user's calendar data.
READ_CALL_LOG : Allows an application to read the user's call log.
READ_SMS : Allows an application to read SMS messages.
READ_HISTORY_BOOKMARKS : Allows an application to read (but not write) the user's browsing history and bookmarks.
INTERNET : Allows applications to open network sockets.
WAKE_LOCK : Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming
WRITE_EXTERNAL_STORAGE : Allows an application to write to external storage.
BLUETOOTH : Allows applications to connect to paired bluetooth devices
BLUETOOTH_ADMIN : Allows applications to discover and pair bluetooth devices
ACCESS_NETWORK_STATE : Allows applications to access information about networks
ACCESS_WIFI_STATE : Allows applications to access information about Wi-Fi networks
READ_PHONE_STATE : Allows read only access to phone state.
GET_ACCOUNTS : Allows access to the list of accounts in the Accounts Service
USE_CREDENTIALS : Allows an application to request authtokens from the AccountManager
MANAGE_ACCOUNTS : Allows an application to manage the list of accounts in the AccountManager