From fbdcf317fa751dc7d629b5c38688369ea2acf0ad Mon Sep 17 00:00:00 2001 From: Scott Main Date: Tue, 21 Jan 2014 10:12:07 -0800 Subject: [PATCH] fix code typo Change-Id: I66c86cb778a7e2237e71a7a70dee420d82a5e557 --- docs/html/training/camera/photobasics.jd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/html/training/camera/photobasics.jd b/docs/html/training/camera/photobasics.jd index e2bb01cb3da13..188b5cc2f264c 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:

-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);