Multiple choice technology platforms and products

In order to run any service/activity during phone boot time, you would need following permission to be added in your manifest file. Choose the correct answer.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The BOOT_COMPLETED permission is NOT sufficient to automatically run services or activities at boot time. You must additionally register a BroadcastReceiver for the android.intent.action.BOOT_COMPLETED intent in your manifest. The permission alone only allows receiving the boot completed intent.