android

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.

原文地址:https://www.cnblogs.com/anjsxz/p/3728614.html