Android Permissions

All you ever wanted to know about Android permissions

android.permission.RECEIVE_BOOT_COMPLETED

run at startup
Allows the app to have itself started as soon as the system has finished booting. This can make it take longer to start the phone and allow the app to slow down the overall phone by always running.

Belongs to:

android.permission-group.APP_INFO

Your applications information
Ability to affect behavior of other applications on your device.