Add hinge angle sensor enum docs

Bug: 148954908
Test: N/A
Change-Id: I1c75bdf8b0fcaad4128336dbe4515e10ff570235
This commit is contained in:
Anthony Stange 2020-02-18 12:02:22 -05:00
parent 31cf0a0d5a
commit d7a703c592

View file

@ -244,6 +244,9 @@ enum {
ASENSOR_TYPE_ACCELEROMETER_UNCALIBRATED = 35,
/**
* {@link ASENSOR_TYPE_HINGE_ANGLE}
* reporting-mode: on-change
*
* The hinge angle sensor value is returned in degrees.
*/
ASENSOR_TYPE_HINGE_ANGLE = 36,
};