summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/java/android/hardware/Camera.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/java/android/hardware/Camera.java b/core/java/android/hardware/Camera.java
index aabe872bbc5d..d5dadf129cde 100644
--- a/core/java/android/hardware/Camera.java
+++ b/core/java/android/hardware/Camera.java
@@ -1694,7 +1694,9 @@ public class Camera {
}
/**
- * Gets the supported preview formats.
+ * Gets the supported preview formats. {@link android.graphics.ImageFormat#NV21}
+ * is always supported. {@link android.graphics.ImageFormat#YV12}
+ * is always supported since API level 12.
*
* @return a list of supported preview formats. This method will always
* return a list with at least one element.