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.
VIBRATE - Allows access to the vibrator.
INTERNET - Allows applications to open network sockets.
USE_EXACT_ALARM - Allows apps to use exact alarms just like with SCHEDULE_EXACT_ALARM but without needing to request this permission from the user.
POST_NOTIFICATIONS - Allows an app to post notifications
ACCESS_NETWORK_STATE - Allows applications to access information about networks.
WAKE_LOCK - Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
WRITE_SETTINGS - Allows an application to read or write the system settings.
WRITE_SETTINGS - Allows an application to read or write the system settings.
FOREGROUND_SERVICE - Allows a regular application to use Service.startForeground.