ACCESS_NETWORK_STATE
Allows applications to access information about networks
ACCESS_FINE_LOCATION
Allows an app to access precise location from location sources such as GPS, cell towers, and Wi-Fi.
ACCESS_WIFI_STATE
Allows applications to access information about Wi-Fi networks
INTERNET
Allows applications to open network sockets.
BLUETOOTH
Allows applications to connect to paired bluetooth devices
RECEIVE_BOOT_COMPLETED
Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.
SYSTEM_ALERT_WINDOW
Allows an application to open windows using the type TYPE_SYSTEM_ALERT, shown on top of all other applications.
KILL_BACKGROUND_PROCESSES
Allows an application to call killBackgroundProcesses(String).