summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Scott Main <smain@google.com> 2014-01-21 10:12:07 -0800
committer Scott Main <smain@google.com> 2014-01-21 10:12:07 -0800
commitfbdcf317fa751dc7d629b5c38688369ea2acf0ad (patch)
tree117c5d9880b9d803ac992e29f5e34e7190a1ef56
parent16fe3737457ac844da09cd062e23abedbcc1f3e8 (diff)
fix code typo
Change-Id: I66c86cb778a7e2237e71a7a70dee420d82a5e557
-rw-r--r--docs/html/training/camera/photobasics.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/training/camera/photobasics.jd b/docs/html/training/camera/photobasics.jd
index e2bb01cb3da1..188b5cc2f264 100644
--- a/docs/html/training/camera/photobasics.jd
+++ b/docs/html/training/camera/photobasics.jd
@@ -209,7 +209,7 @@ private File createImageFile() throws IOException {
create and invoke the {@link android.content.Intent} like this:</p>
<pre>
-static final in REQUEST_TAKE_PHOTO = 1;
+static final int REQUEST_TAKE_PHOTO = 1;
private void dispatchTakePictureIntent() {
Intent takePictureIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);