|
@@ -169,7 +169,6 @@ public class MyPedometerActivity extends BaseActivity implements Handler.Callbac
|
|
|
|
|
|
|
|
@Override
|
|
@Override
|
|
|
public void onBackPressed() {
|
|
public void onBackPressed() {
|
|
|
-
|
|
|
|
|
if (isServiceRunning(uustep_service_name)){
|
|
if (isServiceRunning(uustep_service_name)){
|
|
|
unbindService(conn);
|
|
unbindService(conn);
|
|
|
startService(new Intent(mContext, StepService.class));
|
|
startService(new Intent(mContext, StepService.class));
|