am f3f25bf8: Added some javadoc to Camera.takePicture()

Merge commit 'f3f25bf80b7d21f12442da8f82d17c79dd371692' into gingerbread-plus-aosp

* commit 'f3f25bf80b7d21f12442da8f82d17c79dd371692':
  Added some javadoc to Camera.takePicture()
This commit is contained in:
Dan Tasse
2010-07-07 17:21:46 -07:00
committed by Android Git Automerger

View File

@ -535,6 +535,7 @@ public class Camera {
* application does not need a particular callback, a null can be passed
* instead of a callback method.
*
* This method is only valid after {@link #startPreview()} has been called.
* This method will stop the preview. Applications should not call {@link
* #stopPreview()} before this. After jpeg callback is received,
* applications can call {@link #startPreview()} to restart the preview.
@ -562,6 +563,7 @@ public class Camera {
* application does not need a particular callback, a null can be passed
* instead of a callback method.
*
* This method is only valid after {@link #startPreview()} has been called.
* This method will stop the preview. Applications should not call {@link
* #stopPreview()} before this. After jpeg callback is received,
* applications can call {@link #startPreview()} to restart the preview.