We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d076a4 + 6c5c3c3 commit 3f70aa7Copy full SHA for 3f70aa7
core/java/android/hardware/Camera.java
@@ -116,6 +116,12 @@
116
* auto-focus capabilities. In order for your application to be compatible with
117
* more devices, you should not make assumptions about the device camera
118
* specifications.</p>
119
+ *
120
+ * <div class="special reference">
121
+ * <h3>Developer Guides</h3>
122
+ * <p>For more information about using cameras, read the
123
+ * <a href="{@docRoot}guide/topics/media/camera.html">Camera</a> developer guide.</p>
124
+ * </div>
125
*/
126
public class Camera {
127
private static final String TAG = "Camera";
0 commit comments