I would like to know the minimum and maximum range of the accelerometer in Android.
I need it for x,y,z.
What are the exact values of it?
There is no "exact values" in general -- it will vary by device. The Sensor
class has getMaximumRange()
. Since acceleration can be positive or negative, I would assume you can safely multiply that value by -1 to get the minimum value.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With