I am using exactly this code in this example

http://android.themind-lab.com/post/2010/05/14/Dont-shake-my-phone!-How-to-detect-shake-motion-on-Android-phone.aspx

What should i include in MyMethod() to stop the listener and don`t wait for another shake after MyMethod() is called the first time?

Thanks

link|improve this question

75% accept rate
feedback

1 Answer

up vote 0 down vote accepted

The line

sensorMgr.unregisterListener(this);

will make the system stop sending you onSensorChanged updates

link|improve this answer
awesome, seems to work. cheers – pingve Aug 8 '11 at 18:27
you're supposed to click the checkmark if it was answered :D – Matt Aug 8 '11 at 20:21
sorry, i`m new to this – pingve Aug 10 '11 at 14:24
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.