Merge "Add feature tag android.hardware.vr.headtracking."

This commit is contained in:
TreeHugger Robot
2017-03-16 20:27:59 +00:00
committed by Android (Google) Code Review
4 changed files with 10 additions and 0 deletions

View File

@@ -2354,6 +2354,13 @@ public abstract class PackageManager {
public static final String FEATURE_VR_MODE_HIGH_PERFORMANCE
= "android.hardware.vr.high_performance";
/**
* Feature for {@link #getSystemAvailableFeatures} and {@link #hasSystemFeature}:
* The device implements headtracking suitable for a VR device.
*/
@SdkConstant(SdkConstantType.FEATURE)
public static final String FEATURE_VR_HEADTRACKING = "android.hardware.vr.headtracking";
/**
* Action to external storage service to clean out removed apps.
* @hide