单项选择题

Context.startService方式的service生命周期下面正确的描述是()。

A.启动时onCreate()→onStartCommand()
B.停止时,onStop()→onDestroy()
C.启动时onCreate()→onStart()→onResume()
D.停止时,onStop()