summaryrefslogtreecommitdiffstats
path: root/docs/html/training
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2014-01-21 10:12:07 -0800
committerScott Main <smain@google.com>2014-01-21 10:12:07 -0800
commitfbdcf317fa751dc7d629b5c38688369ea2acf0ad (patch)
tree117c5d9880b9d803ac992e29f5e34e7190a1ef56 /docs/html/training
parent16fe3737457ac844da09cd062e23abedbcc1f3e8 (diff)
downloadframeworks_base-fbdcf317fa751dc7d629b5c38688369ea2acf0ad.zip
frameworks_base-fbdcf317fa751dc7d629b5c38688369ea2acf0ad.tar.gz
frameworks_base-fbdcf317fa751dc7d629b5c38688369ea2acf0ad.tar.bz2
fix code typo
Change-Id: I66c86cb778a7e2237e71a7a70dee420d82a5e557
Diffstat (limited to 'docs/html/training')
-rw-r--r--docs/html/training/camera/photobasics.jd2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/training/camera/photobasics.jd b/docs/html/training/camera/photobasics.jd
index e2bb01c..188b5cc 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);