Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f3f25bf8 authored by Dan Tasse's avatar Dan Tasse Committed by Wu-cheng Li
Browse files

Added some javadoc to Camera.takePicture()

Change-Id: I62597a1417647eeac7611eaccd0df3bda210e3e7
parent dacabf97
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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.