Merge "Add feature tag android.hardware.vr.headtracking."
This commit is contained in:
committed by
Android (Google) Code Review
commit
2bd3c49eb4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user