* commit '69edcce7831cb41cd0d1a40159fa7a12a3123687': fix code typo
This commit is contained in:
@@ -209,7 +209,7 @@ private File createImageFile() throws IOException {
|
|||||||
create and invoke the {@link android.content.Intent} like this:</p>
|
create and invoke the {@link android.content.Intent} like this:</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
static final in REQUEST_TAKE_PHOTO = 1;
|
static final int REQUEST_TAKE_PHOTO = 1;
|
||||||
|
|
||||||
private void dispatchTakePictureIntent() {
|
private void dispatchTakePictureIntent() {
|
||||||
Intent takePictureIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
|
Intent takePictureIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
|
||||||
|
|||||||
Reference in New Issue
Block a user