Current Orientation Sensor API only provide a few Orientation Types.
Android phones provide more accurate data.
The detailed Orientation Sensor data is more useful for compass, robotics, etc.
For example, Orientation Sensor data will tell you the true north which is different from magnetic north.
Yes. I can calculate myself using Magnetic sensor and Accelerometer sensor,
but since Android OS already provide the data, why not just passing to API ?