diff options
| -rw-r--r-- | data/etc/handheld_core_hardware.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/etc/handheld_core_hardware.xml b/data/etc/handheld_core_hardware.xml index 9cb4d6d480..f9464e8c55 100644 --- a/data/etc/handheld_core_hardware.xml +++ b/data/etc/handheld_core_hardware.xml @@ -50,8 +50,8 @@ <!-- Feature to specify if the device support managed users. --> <feature name="android.software.managed_users" /> - <!-- Feature to specify if the device supports a VR mode. --> - <feature name="android.software.vr.mode" /> + <!-- Feature to specify if the device supports a VR mode. + feature name="android.software.vr.mode" --> <!-- Devices with all optimizations required to be a "VR Ready" device that pass all CTS tests for this feature must include feature android.hardware.vr.high_performance --> |