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.
POST_NOTIFICATIONS - Allows an app to post notifications
RECEIVE_BOOT_COMPLETED - Allows an application to receive the Intent.ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.
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.
KILL_BACKGROUND_PROCESSES - Allows an application to call ActivityManager.killBackgroundProcesses(String).
VIBRATE - Allows access to the vibrator.