summaryrefslogtreecommitdiffstats
path: root/docs/html/training/camera
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2014-01-22 02:03:05 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-01-22 02:03:05 +0000
commit4dc4e848fb2c1df2a42162270621674d28c673b2 (patch)
tree936b9d5be70770409d62cffcd7eec7bb31357631 /docs/html/training/camera
parent79bea304eababaae0421a0ee563f783faf1638ac (diff)
parent52288441428d68337e01def025e540bc8ed968f6 (diff)
downloadframeworks_base-4dc4e848fb2c1df2a42162270621674d28c673b2.zip
frameworks_base-4dc4e848fb2c1df2a42162270621674d28c673b2.tar.gz
frameworks_base-4dc4e848fb2c1df2a42162270621674d28c673b2.tar.bz2
am 52288441: am ae6531d6: am 69edcce7: am d9d41f2d: am fbdcf317: fix code typo
* commit '52288441428d68337e01def025e540bc8ed968f6': fix code typo
Diffstat (limited to 'docs/html/training/camera')
-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);