android.permission.ACCESS_CACHE_FILESYSTEM
android.permission.ACCESS_NETWORK_STATE
Allows applications to access information about networks
android.permission.BATTERY_STATS
Allows an application to collect battery statistics
android.permission.INSTALL_PACKAGES
Allows an application to install packages.
android.permission.INTERACT_ACROSS_USERS
android.permission.INTERNET
Allows applications to open network sockets.
android.permission.READ_EXTERNAL_STORAGE
android.permission.REBOOT
Required to be able to reboot the device.
android.permission.RECEIVE_BOOT_COMPLETED
Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting. If you don't request this permission, you will not receive the broadcast at that time. Though holding this permission does not have any security implications, it can have a negative impact on the user experience by increasing the amount of time it takes the system to start and allowing applications to have themselves running without the user being aware of them. As such, you must explicitly declare your use of this facility to make that visible to the user.
android.permission.RECOVERY
android.permission.SYSTEM_ALERT_WINDOW
Allows an application to open windows using the type TYPE_SYSTEM_ALERT, shown on top of all other applications. Very few applications should use this permission; these windows are intended for system-level interaction with the user.
android.permission.WAKE_LOCK
Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
android.permission.WRITE_EXTERNAL_STORAGE
Allows an application to write to external storage.
android.permission.WRITE_MEDIA_STORAGE
android.permission.WRITE_SECURE_SETTINGS
Allows an application to read or write the secure system settings.
android.permission.WRITE_SETTINGS
Allows an application to read or write the system settings.