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

Commit 0287aecd authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add note about Sensor.TYPE_HEAD_TRACKER visibility" into tm-dev am: 616530de

parents 46d50ed1 616530de
Loading
Loading
Loading
Loading
+4 −2
Original line number Original line Diff line number Diff line
@@ -712,14 +712,16 @@ public final class Sensor {
    public static final String STRING_TYPE_HINGE_ANGLE = "android.sensor.hinge_angle";
    public static final String STRING_TYPE_HINGE_ANGLE = "android.sensor.hinge_angle";


    /**
    /**
     * A constant describing a head tracker sensor.
     * A constant describing a head tracker sensor. Note that this sensor type is typically not
     * available for apps to use.
     *
     *
     * See {@link android.hardware.SensorEvent#values SensorEvent.values} for more details.
     * See {@link android.hardware.SensorEvent#values SensorEvent.values} for more details.
     */
     */
    public static final int TYPE_HEAD_TRACKER = 37;
    public static final int TYPE_HEAD_TRACKER = 37;


    /**
    /**
     * A constant string describing a head tracker sensor.
     * A constant string describing a head tracker sensor. Note that this sensor type is typically
     * not available for apps to use.
     *
     *
     * See {@link android.hardware.SensorEvent#values SensorEvent.values} for more details.
     * See {@link android.hardware.SensorEvent#values SensorEvent.values} for more details.
     */
     */