标签:android style c color int a
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.
标签:android style c color int a
原文地址:http://www.cnblogs.com/anjsxz/p/3728614.html