Multiple choice

Which of the following statements is not correct about the android service?

  1. It is a component which runs in the background without direct interaction with the user.

  2. These services are used for repetitive and potentially long running operations.

  3. These services run with a higher priority than inactive and invisible activities.

  4. None of these

  5. These services run in the same process, as the main thread of the application.

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

All the first 4 options are correct about an android service.