diff options
author | Bill Gruber <billg@google.com> | 2011-12-19 17:32:47 -0800 |
---|---|---|
committer | Bill Gruber <billg@google.com> | 2011-12-19 17:32:47 -0800 |
commit | 1d56f41c9d1dcccf1faef343047375cb14799678 (patch) | |
tree | 0c8a1be2e3d2cf122db1c0222143cc694f2699b1 /docs/html/guide/topics/media | |
parent | 8f04ae361cd34fdaea41fbedefb85cff2c684e36 (diff) | |
download | frameworks_base-1d56f41c9d1dcccf1faef343047375cb14799678.zip frameworks_base-1d56f41c9d1dcccf1faef343047375cb14799678.tar.gz frameworks_base-1d56f41c9d1dcccf1faef343047375cb14799678.tar.bz2 |
Doc Fix: Sensors and Cameras
Change-Id: I964a06e5224e59f3098f4d316db4d3b119a05a88
Diffstat (limited to 'docs/html/guide/topics/media')
-rw-r--r-- | docs/html/guide/topics/media/camera.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/topics/media/camera.jd b/docs/html/guide/topics/media/camera.jd index b962f96..4e928b3 100644 --- a/docs/html/guide/topics/media/camera.jd +++ b/docs/html/guide/topics/media/camera.jd @@ -1037,7 +1037,7 @@ private static Uri getOutputMediaFileUri(int type){ } /** Create a File for saving an image or video */ -private static Uri getOutputMediaFile(int type){ +private static File getOutputMediaFile(int type){ // To be safe, you should check that the SDCard is mounted // using Environment.getExternalStorageState() before doing this. |