PackageManager.FeatureVrMode Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)]
public const string FeatureVrMode;
[<Android.Runtime.Register("FEATURE_VR_MODE", ApiSince=24)>]
val mutable FeatureVrMode : 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, and disables most monocular system UI components while a VR application has user focus. 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
.
This member is deprecated. use #FEATURE_VR_MODE_HIGH_PERFORMANCE
instead.
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.