ACCESS_NETWORK_STATE - Allows applications to access information about networks.
INTERNET - Allows applications to open network sockets.
WRITE_EXTERNAL_STORAGE - Allows an application to write to external storage.
READ_EXTERNAL_STORAGE - Allows an application to read from external storage.
FOREGROUND_SERVICE - Allows a regular application to use Service.startForeground.
FOREGROUND_SERVICE_DATA_SYNC - Allows a regular application to use Service.startForeground with the type "dataSync".
ACCESS_WIFI_STATE - Allows applications to access information about Wi-Fi networks.
WAKE_LOCK - Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
RECEIVE_BOOT_COMPLETED - Allows an application to receive the Intent.ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.