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