Merge "PackageManager: Add FEATURE_CAMERA_AR"
This commit is contained in:
committed by
Android (Google) Code Review
commit
18dae16dcd
@@ -1765,6 +1765,16 @@ public abstract class PackageManager {
|
||||
public static final String FEATURE_CAMERA_CAPABILITY_RAW =
|
||||
"android.hardware.camera.capability.raw";
|
||||
|
||||
/**
|
||||
* Feature for {@link #getSystemAvailableFeatures} and {@link #hasSystemFeature}: At least one
|
||||
* of the cameras on the device supports the
|
||||
* {@link android.hardware.camera2.CameraMetadata#REQUEST_AVAILABLE_CAPABILITIES_MOTION_TRACKING
|
||||
* MOTION_TRACKING} capability level.
|
||||
*/
|
||||
@SdkConstant(SdkConstantType.FEATURE)
|
||||
public static final String FEATURE_CAMERA_AR =
|
||||
"android.hardware.camera.ar";
|
||||
|
||||
/**
|
||||
* Feature for {@link #getSystemAvailableFeatures} and
|
||||
* {@link #hasSystemFeature}: The device is capable of communicating with
|
||||
|
||||
Reference in New Issue
Block a user