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_BASIC_PHONE_STATE - Allows read only access to phone state with a non dangerous permission, including the information like cellular network type, software version.
WAKE_LOCK - Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
POST_NOTIFICATIONS - Allows an app to post notifications
FOREGROUND_SERVICE - Allows a regular application to use Service.startForeground.
VIBRATE - Allows access to the vibrator.