Add hinge angle sensor enum docs
Bug: 148954908 Test: N/A Change-Id: I1c75bdf8b0fcaad4128336dbe4515e10ff570235
This commit is contained in:
parent
31cf0a0d5a
commit
d7a703c592
1 changed files with 3 additions and 0 deletions
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue