diff options
| author | 2016-10-26 00:22:50 +0000 | |
|---|---|---|
| committer | 2016-10-26 00:22:50 +0000 | |
| commit | f0f8f0a99dca06d4edd4d39f02ed46fbc3dd85db (patch) | |
| tree | d83f47bdcbf5fac639ebc413626e87963891cdfc | |
| parent | b3f571bc1eae421755d13c53a0e48fdab3745139 (diff) | |
| parent | 5ce292f55b07d980a8a9dff34e53f4c323b3a2e5 (diff) | |
Do not set VR mode feature as handset default.
am: 5ce292f55b
Change-Id: I913dc6997a275c90b0617c0a785e3991a947bc22
| -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 --> |