@@ -289,7 +289,7 @@ public class StepService extends Service implements SensorEventListener {
@Override
public void onSensorChanged(SensorEvent event) {
i++;
- StepDcretor.CURRENT_SETP ++; //TODO 这里取消屏蔽功能,动一次计步叠加一次
+// StepDcretor.CURRENT_SETP ++; //TODO 这里取消屏蔽功能,动一次计步叠加一次
updateNotification("今日步数:" + StepDcretor.CURRENT_SETP + " 步");
}