Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d9d41f2d authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am fbdcf317: fix code typo

* commit 'fbdcf317':
  fix code typo
parents fcab250d fbdcf317
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);