am c9108b18: Merge "Add hardware feature android.hardware.camera.any." into jb-mr1-dev
* commit 'c9108b1856c7b6d98ddc04fbe330df21f2da890d': Add hardware feature android.hardware.camera.any.
This commit is contained in:
@@ -833,6 +833,15 @@ public abstract class PackageManager {
|
|||||||
@SdkConstant(SdkConstantType.FEATURE)
|
@SdkConstant(SdkConstantType.FEATURE)
|
||||||
public static final String FEATURE_CAMERA_AUTOFOCUS = "android.hardware.camera.autofocus";
|
public static final String FEATURE_CAMERA_AUTOFOCUS = "android.hardware.camera.autofocus";
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Feature for {@link #getSystemAvailableFeatures} and
|
||||||
|
* {@link #hasSystemFeature}: The device has at least one camera pointing in
|
||||||
|
* some direction.
|
||||||
|
* @hide
|
||||||
|
*/
|
||||||
|
@SdkConstant(SdkConstantType.FEATURE)
|
||||||
|
public static final String FEATURE_CAMERA_ANY = "android.hardware.camera.any";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Feature for {@link #getSystemAvailableFeatures} and
|
* Feature for {@link #getSystemAvailableFeatures} and
|
||||||
* {@link #hasSystemFeature}: The device's camera supports flash.
|
* {@link #hasSystemFeature}: The device's camera supports flash.
|
||||||
|
|||||||
Reference in New Issue
Block a user