PACKAGE_USAGE_STATS : No explanation available
WRITE_EXTERNAL_STORAGE : Allows an application to write to external storage.
ACCESS_FINE_LOCATION : Allows an app to access precise location from location sources such as GPS, cell towers, and Wi-Fi.
EXPAND_STATUS_BAR : Allows an application to expand or collapse the status bar.
FOREGROUND_SERVICE : No explanation available
ACCESS_NETWORK_STATE : Allows applications to access information about networks
CHANGE_NETWORK_STATE : Allows applications to change network connectivity state
ACCESS_WIFI_STATE : Allows applications to access information about Wi-Fi networks
CHANGE_WIFI_STATE : Allows applications to change Wi-Fi connectivity state
BLUETOOTH : Allows applications to connect to paired bluetooth devices
BLUETOOTH_ADMIN : Allows applications to discover and pair bluetooth devices
BIND_ACCESSIBILITY_SERVICE : Must be required by an AccessibilityService,to ensure that only the system can bind to it.
CLEAR_APP_CACHE : Allows an application to clear the caches of all installed applications on the device.
KILL_BACKGROUND_PROCESSES : Allows an application to call killBackgroundProcesses(String).
GET_TASKS : Allows an application to get information about the currently or recently running tasks.
READ_SYNC_SETTINGS : Allows applications to read the sync settings
WRITE_SYNC_SETTINGS : Allows applications to write the sync settings
RECEIVE_BOOT_COMPLETED : Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.
SYSTEM_ALERT_WINDOW : Allows an application to open windows using the type TYPE_SYSTEM_ALERT, shown on top of all other applications.
INSTALL_SHORTCUT : Allows an application to install a shortcut in Launcher
VIBRATE : Allows access to the vibrator