Merge "Add hardware feature android.hardware.camera.any." into jb-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c9108b1856
@@ -833,6 +833,15 @@ public abstract class PackageManager {
|
||||
@SdkConstant(SdkConstantType.FEATURE)
|
||||
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
|
||||
* {@link #hasSystemFeature}: The device's camera supports flash.
|
||||
|
||||
Reference in New Issue
Block a user