Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d7a703c5 authored by Anthony Stange's avatar Anthony Stange
Browse files

Add hinge angle sensor enum docs

Bug: 148954908
Test: N/A
Change-Id: I1c75bdf8b0fcaad4128336dbe4515e10ff570235
parent 31cf0a0d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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,
};