An
intent service is similar to regular service, with two main exceptions: whatever
work is to be done in onHandleIntent() will
execute on a separate worker thread, and once it’s done, the service will
stop.
An
intent service is similar to regular service, with two main exceptions: whatever
work is to be done in onHandleIntent() will
execute on a separate worker thread, and once it’s done, the service will
stop.