Hey guys,
I have a question about accessing the accelerometer. I have an app that accesses the accelerometer by registering a SensorEventListener, and the app works fine on my Droid, but I have gotten complaints that it doesn't work on some phones, one being the Samsung Moment.
Does accelerometer access differ from phone to phone, or will that SensorEventListener only work on certain versions of Android? I usually make my apps target 1.5
Any idea what would cause the mentioned method to work on some phones but not others?
Thanks


