diff options
-rw-r--r-- | docs/html/training/camera/photobasics.jd | 2 |
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); |