am ae6531d6: am 69edcce7: am d9d41f2d: am fbdcf317: fix code typo

* commit 'ae6531d6b57c90d2da61775efddc2e175148637a':
  fix code typo
This commit is contained in:
Scott Main
2014-01-22 02:00:08 +00:00
committed by Android Git Automerger

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