单项选择题

A.创建Service继承自IntentService
B.在IntentService中创建子线程
C.覆写构造方法和onHandlerIntent()方法
D.在onHandlerIntent()中执行耗时操作