

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. If you don't request this permission, you will not receive the broadcast at that time. RECEIVE_BOOT_COMPLETED: Allows an application to receive the ACTION_BOOT_COMPLETED that is broadcast after the system finishes booting.MOUNT_UNMOUNT_FILESYSTEMS: Allows mounting and unmounting file systems for removable storage.KILL_BACKGROUND_PROCESSES: Allows an application to call killBackgroundProcesses(String).


GET_PACKAGE_SIZE: Allows an application to find out the space used by any package.CLEAR_APP_CACHE: Allows an application to clear the caches of all installed applications on the device.ACCESS_NETWORK_STATE: Allows applications to access information about networks.
