INTERNET - Allows applications to open network sockets.
ACCESS_NETWORK_STATE - Allows applications to access information about networks.
ACCESS_WIFI_STATE - Allows applications to access information about Wi-Fi networks.
READ_EXTERNAL_STORAGE - Allows an application to read from external storage.
WRITE_EXTERNAL_STORAGE - Allows an application to write to external storage.
READ_MEDIA_IMAGES - Allows an application to read image files from external storage.
READ_MEDIA_VIDEO - Allows an application to read video files from external storage.
READ_MEDIA_AUDIO - Allows an application to read audio files from external storage.
WAKE_LOCK - Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
FOREGROUND_SERVICE - Allows a regular application to use Service.startForeground.