Multiple choice What is needed to run service? To add permission in manifest To register in manifest Both (1) and (2) Nothing is required Reveal answer Fill a bubble to check yourself B Correct answer Explanation Services must be declared in AndroidManifest.xml within the tag. This registration is mandatory for the Android system to recognize and launch the service, similar to activities and broadcast receivers.