We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d471191 commit 06f31dfCopy full SHA for 06f31df
src/com/starboardland/pedometer/CounterActivity.java
@@ -39,7 +39,8 @@ protected void onResume() {
39
protected void onPause() {
40
super.onPause();
41
activityRunning = false;
42
-// sensorManager.unregisterListener(this);
+ // if you unregister the last listener, the hardware will stop detecting step events
43
+// sensorManager.unregisterListener(this);
44
}
45
46
@Override
0 commit comments