Android Service 与 IntentService

Service 中的耗时操作必须 在 Thread中进行;

IntentService 则直接在 onHandleIntent()方法中进行

原文地址:https://www.cnblogs.com/jinglecode/p/5453846.html