PackageManager.FeatureVrModeHighPerformance Field

Definition

Feature for #getSystemAvailableFeatures and #hasSystemFeature: The device implements an optimized mode for virtual reality (VR) applications that handles stereoscopic rendering of notifications, disables most monocular system UI components while a VR application has user focus and meets extra CDD requirements to provide a high-quality VR experience.

[Android.Runtime.Register("FEATURE_VR_MODE_HIGH_PERFORMANCE", ApiSince=24)]
public const string FeatureVrModeHighPerformance;
[<Android.Runtime.Register("FEATURE_VR_MODE_HIGH_PERFORMANCE", ApiSince=24)>]
val mutable FeatureVrModeHighPerformance : string

Field Value

Attributes

Remarks

Feature for #getSystemAvailableFeatures and #hasSystemFeature: The device implements an optimized mode for virtual reality (VR) applications that handles stereoscopic rendering of notifications, disables most monocular system UI components while a VR application has user focus and meets extra CDD requirements to provide a high-quality VR experience. Devices declaring this feature must include an application implementing a android.service.vr.VrListenerService that can be targeted by VR applications via android.app.Activity#setVrModeEnabled. and must meet CDD requirements to provide a high-quality VR experience.

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

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