diff options
| author | 2016-10-26 00:27:21 +0000 | |
|---|---|---|
| committer | 2016-10-26 00:27:21 +0000 | |
| commit | f27cfdd82e7fb2d81e4b368be7691f1de8897c85 (patch) | |
| tree | d83f47bdcbf5fac639ebc413626e87963891cdfc | |
| parent | 72b05e9e961e80569aec65dc7fba4fc4a9e9950f (diff) | |
| parent | f0f8f0a99dca06d4edd4d39f02ed46fbc3dd85db (diff) | |
Do not set VR mode feature as handset default. am: 5ce292f55b
am: f0f8f0a99d
Change-Id: I9c6f99532804546911f81b3e03faed63b652c00f
| -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 --> |