在使用startService启动service时,会经过onCreate,onStart方法。但是使用bindService时,不会调用onStart而是调用onBind方法。在使用service时因注意。