Activity B. Intent C. Service D. BroadcastReceiver
A. 当第一次启动的时候只会调用onCreate()方法 B. 当第一次启动的时候只会调用onStartCommand ()方法 C. 如果service已经启动,将先后调用onCreate()和onStartCommand ()方法 D. 如果service已经启动,只会执行onStartCommand ()方法,不再执行onCreate()方法