Skip to content

Commit 3f70aa7

Browse files
joefernandezAndroid (Google) Code Review
authored andcommitted
Merge "docs: Camera JavaDoc - added xref to Camera DevGuide" into ics-mr0
2 parents 6d076a4 + 6c5c3c3 commit 3f70aa7

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)