am 8f4e289f: Merge "Camera2: Fix focusRange type" into klp-dev

* commit '8f4e289f8c1f4743a459b232b9e5ac9d58095139':
  Camera2: Fix focusRange type
This commit is contained in:
Zhijun He
2013-09-26 13:30:23 -07:00
committed by Android Git Automerger

View File

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