ACCESS_COARSE_LOCATION : Allows an app to access approximate location derived from network location sources such as cell towers and Wi-Fi.
ACCESS_FINE_LOCATION : Allows an app to access precise location from location sources such as GPS, cell towers, and Wi-Fi.
INTERNET : Allows applications to open network sockets.
ACCESS_NETWORK_STATE : Allows applications to access information about networks
READ_PHONE_STATE : Allows read only access to phone state.
READ_EXTERNAL_STORAGE : Allows an application to read from external storage.
WRITE_EXTERNAL_STORAGE : Allows an application to write to external storage.
VIBRATE : Allows access to the vibrator
WAKE_LOCK : Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming
ACCESS_WIFI_STATE : Allows applications to access information about Wi-Fi networks
CHANGE_WIFI_STATE : Allows applications to change Wi-Fi connectivity state
MOUNT_UNMOUNT_FILESYSTEMS : Allows mounting and unmounting file systems for removable storage.
SYSTEM_ALERT_WINDOW : Allows an application to open windows using the type TYPE_SYSTEM_ALERT, shown on top of all other applications.
CAMERA : Required to be able to access the camera device.
RECORD_AUDIO : Allows an application to record audio
GET_TASKS : Allows an application to get information about the currently or recently running tasks.
WRITE_SETTINGS : Allows an application to read or write the system settings.
EXPAND_STATUS_BAR : Allows an application to expand or collapse the status bar.
FOREGROUND_SERVICE : No explanation available
CHANGE_NETWORK_STATE : Allows applications to change network connectivity state
CHANGE_WIFI_MULTICAST_STATE : Allows applications to enter Wi-Fi Multicast mode
BLUETOOTH : Allows applications to connect to paired bluetooth devices
READ_HISTORY_BOOKMARKS : Allows an application to read (but not write) the user's browsing history and bookmarks.
WRITE_HISTORY_BOOKMARKS : Allows an application to write (but not read) the user's browsing history and bookmarks.
SET_WALLPAPER : Allows applications to set the wallpaper
PACKAGE_USAGE_STATS : No explanation available
GET_PACKAGE_SIZE : Allows an application to find out the space used by any package.
BIND_GET_INSTALL_REFERRER_SERVICE : No explanation available
READ_SETTINGS : No explanation available