PackageManager.FeatureVrMode Field

Definition

Caution

deprecated

Feature for #getSystemAvailableFeatures and #hasSystemFeature: The device implements an optimized mode for virtual reality (VR) applications that handles stereoscopic rendering of notifications, and disables most monocular system UI components while a VR application has user focus.

[Android.Runtime.Register("FEATURE_VR_MODE", ApiSince=24)]
[System.Obsolete("deprecated")]
public const string FeatureVrMode;
[<Android.Runtime.Register("FEATURE_VR_MODE", ApiSince=24)>]
[<System.Obsolete("deprecated")>]
val mutable FeatureVrMode : string

Field Value

String
Attributes

Remarks

Java documentation for android.content.pm.PackageManager.FEATURE_VR_MODE.

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