Hello guys, I have a class that implements SensorEventListener and Id like to get the tilt angle of my device using the accelerometer. I looked a look of examples at internet but they uses Sensor.TYPE_MAGNETIC_FIELD. I believe my device dont have this sensor because when I do they following check manager.getSensorList(Sensor.TYPE_ACCELEROMETER).size() i get zero.
Is there a way to get the tilt angle just using Sensor.TYPE_ACCELEROMETER values? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

