diff --git a/core/java/android/hardware/Camera.java b/core/java/android/hardware/Camera.java index d3387648ab6b9..caad6fde9436e 100644 --- a/core/java/android/hardware/Camera.java +++ b/core/java/android/hardware/Camera.java @@ -116,6 +116,12 @@ import java.util.StringTokenizer; * auto-focus capabilities. In order for your application to be compatible with * more devices, you should not make assumptions about the device camera * specifications.
+ * + *For more information about using cameras, read the + * Camera developer guide.
+ *