summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorEino-Ville Talvala <etalvala@google.com>2015-11-16 20:07:02 +0000
committerandroid-build-merger <android-build-merger@google.com>2015-11-16 20:07:02 +0000
commit0691d16759bf58a93209d4ab156e96f96fed7092 (patch)
tree95748a4534ed2e0b54fc200d45ae228e0b9e04c3 /docs
parentef15ca85d7f847884e391e3283daabb019e44e10 (diff)
parent0b6e1bfae848b7b177bba9c8119ad44cdc05684a (diff)
downloadframeworks_base-0691d16759bf58a93209d4ab156e96f96fed7092.zip
frameworks_base-0691d16759bf58a93209d4ab156e96f96fed7092.tar.gz
frameworks_base-0691d16759bf58a93209d4ab156e96f96fed7092.tar.bz2
Camera: Minor documentation update
am: 0b6e1bfae8 * commit '0b6e1bfae848b7b177bba9c8119ad44cdc05684a': Camera: Minor documentation update
Diffstat (limited to 'docs')
-rw-r--r--docs/html/guide/topics/manifest/uses-feature-element.jd4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/html/guide/topics/manifest/uses-feature-element.jd b/docs/html/guide/topics/manifest/uses-feature-element.jd
index e22dc4a..21e3057 100644
--- a/docs/html/guide/topics/manifest/uses-feature-element.jd
+++ b/docs/html/guide/topics/manifest/uses-feature-element.jd
@@ -563,8 +563,8 @@ is sensitive to delays or lag in sound input or output.</td>
<td rowspan="6">Camera</td>
<td><code>android.hardware.camera</code></td>
<td>The application uses the device's back-facing (main) camera.</td>
- <td>Importantly, devices with only a front-facing camera will not list this
- feature, so the <code>android.hardware.camera.any</code> feature should be
+ <td>Devices with only a front-facing camera do not list this feature, so the
+ <code>android.hardware.camera.any</code> feature should be
used instead if a camera facing any direction is acceptable for the
application.</td>
</tr>