下列关于IntentService与Service的关系描述错误的是
IntentService是Service的子类
IntentService在运行时会启动新的线程来执行任务
启动方式不同
没有区别