Multiple choice Which of the following statements is not correct about the android service? It is a component which runs in the background without direct interaction with the user. These services are used for repetitive and potentially long running operations. These services run with a higher priority than inactive and invisible activities. None of these 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.