From 1d56f41c9d1dcccf1faef343047375cb14799678 Mon Sep 17 00:00:00 2001
From: Bill Gruber
Date: Mon, 19 Dec 2011 17:32:47 -0800
Subject: Doc Fix: Sensors and Cameras
Change-Id: I964a06e5224e59f3098f4d316db4d3b119a05a88
---
docs/html/guide/topics/media/camera.jd | 2 +-
docs/html/guide/topics/sensors/index.jd | 2 +-
2 files changed, 2 insertions(+), 2 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.
diff --git a/docs/html/guide/topics/sensors/index.jd b/docs/html/guide/topics/sensors/index.jd
index e00a5b1..75a1716 100644
--- a/docs/html/guide/topics/sensors/index.jd
+++ b/docs/html/guide/topics/sensors/index.jd
@@ -81,7 +81,7 @@ following documents:
Sensors
Learn how to use the sensors that provide orientation and compass data, such as the
orientation sensor and the geomagnetic field sensor.
- Environment
+ Environment
Sensors
Learn how to use the sensors that provide environmental data, such as the light,
humidity, pressure, temperature, and proximity sensors.
--
cgit v1.1