fix code typo

Change-Id: I66c86cb778a7e2237e71a7a70dee420d82a5e557
This commit is contained in:
Scott Main
2014-01-21 10:12:07 -08:00
parent 16fe373745
commit fbdcf317fa

View File

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