Share via


Settings.System.AccelerometerRotation Field

Definition

Control whether the accelerometer will be used to change screen orientation.

[Android.Runtime.Register("ACCELEROMETER_ROTATION")]
public const string AccelerometerRotation;
[<Android.Runtime.Register("ACCELEROMETER_ROTATION")>]
val mutable AccelerometerRotation : string

Field Value

Attributes

Remarks

Control whether the accelerometer will be used to change screen orientation. If 0, it will not be used unless explicitly requested by the application; if 1, it will be used by default unless explicitly disabled by the application.

Java documentation for android.provider.Settings.System.ACCELEROMETER_ROTATION.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to