If a Service is created as a subclass of IntentService base class which of the following statement is accurate?
- Service runs in the context of the main thread of the application owning the Service
- Service runs as a worker thread in the application owning the application
- Service runs in the context of the invoking application
Please help!