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

Commit 4e2b5cba authored by Mathias Agopian's avatar Mathias Agopian Committed by Android (Google) Code Review
Browse files

Merge "fix [2475541] Deprecate Sensor.TYPE_ORIENTATION"

parents 039db81d 61a44939
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -73111,7 +73111,7 @@
 value="3"
 static="true"
 final="true"
 deprecated="not deprecated"
 deprecated="deprecated"
 visibility="public"
>
</field>
+3 −0
Original line number Diff line number Diff line
@@ -41,7 +41,10 @@ public class Sensor {
     * A constant describing an orientation sensor type.
     * See {@link android.hardware.SensorEvent SensorEvent}
     * for more details.
     * @deprecated use {@link android.hardware.SensorManager#getOrientation
     *  SensorManager.getOrientation()} instead.
     */
    @Deprecated
    public static final int TYPE_ORIENTATION    = 3;

    /** A constant describing a gyroscope sensor type */