Merge "Camera2: Fix focusRange type" into klp-dev

This commit is contained in:
Zhijun He
2013-09-26 20:28:19 +00:00
committed by Android (Google) Code Review

View File

@@ -550,8 +550,8 @@ public final class CaptureResult extends CameraMetadata {
* fixed depth of field range * fixed depth of field range
* </p> * </p>
*/ */
public static final Key<Float> LENS_FOCUS_RANGE = public static final Key<float[]> LENS_FOCUS_RANGE =
new Key<Float>("android.lens.focusRange", float.class); new Key<float[]>("android.lens.focusRange", float[].class);
/** /**
* <p> * <p>