CHECK_LICENSE : No explanation available
VIBRATE : Allows access to the vibrator
NFC : Allows applications to perform I/O operations over NFC
WAKE_LOCK : Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming
RECEIVE_BOOT_COMPLETED : Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.
INTERNET : Allows applications to open network sockets.
ACCESS_NETWORK_STATE : Allows applications to access information about networks
READ_EXTERNAL_STORAGE : Allows an application to read from external storage.
WRITE_EXTERNAL_STORAGE : Allows an application to write to external storage.
GET_ACCOUNTS : Allows access to the list of accounts in the Accounts Service
READ_TASKS : No explanation available
WRITE_TASKS : No explanation available
READ_CALENDAR : Allows an application to read the user's calendar data.
WRITE_CALENDAR : Allows an application to write (but not read) the user's calendar data.
READ_CONTACTS : Allows an application to read the user's contacts data.
WRITE_CONTACTS : Allows an application to write (but not read) the user's contacts data.
READ_SYNC_SETTINGS : Allows applications to read the sync settings
WRITE_SYNC_SETTINGS : Allows applications to write the sync settings
READ_SYNC_STATS : Allows applications to read the sync stats
FOREGROUND_SERVICE : No explanation available
USE_CREDENTIALS : Allows an application to request authtokens from the AccountManager