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.

posted @ 2014-05-14 20:41  anjsxz  阅读(108)  评论(0)    收藏  举报