Skip to content

Commit 6c5c3c3

Browse files
committed
docs: Camera JavaDoc - added xref to Camera DevGuide
Change-Id: I4b5faa154a63f0830717a9156b617a0199604547
1 parent c4de6f8 commit 6c5c3c3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

core/java/android/hardware/Camera.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,12 @@
116116
* auto-focus capabilities. In order for your application to be compatible with
117117
* more devices, you should not make assumptions about the device camera
118118
* 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>
119125
*/
120126
public class Camera {
121127
private static final String TAG = "Camera";

0 commit comments

Comments
 (0)