Is there a way to obtain altitude aside from Location.getAltitude()? I've heard using Sensor but don't have idea and can't find on net.
UPDATES1
I found SensorManager.getAltitude(float, float)
using API Level 9 up but don't have idea on how to implement it. Would you share with us.
I know it's late but for anyone looking for it, that might help