summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorEino-Ville Talvala <etalvala@google.com>2015-11-12 01:18:12 +0000
committerandroid-build-merger <android-build-merger@google.com>2015-11-12 01:18:12 +0000
commit0e57a4d02199a55db763b10a49f383c395e768c7 (patch)
tree8a369e2f205cca3061536d258505ba8d1f7c62c6 /docs
parent1090acc958add85c1332fc73b66258ea4efba69e (diff)
parent37e78cf8f18523cda95926a85ae2b3678ffd7e5e (diff)
downloadframeworks_base-0e57a4d02199a55db763b10a49f383c395e768c7.zip
frameworks_base-0e57a4d02199a55db763b10a49f383c395e768c7.tar.gz
frameworks_base-0e57a4d02199a55db763b10a49f383c395e768c7.tar.bz2
Camera: Documentation updates am: d8407271ff
am: 37e78cf8f1 * commit '37e78cf8f18523cda95926a85ae2b3678ffd7e5e': Camera: Documentation updates
Diffstat (limited to 'docs')
-rw-r--r--docs/html/guide/topics/manifest/uses-feature-element.jd9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/html/guide/topics/manifest/uses-feature-element.jd b/docs/html/guide/topics/manifest/uses-feature-element.jd
index c1ccef0..e22dc4a 100644
--- a/docs/html/guide/topics/manifest/uses-feature-element.jd
+++ b/docs/html/guide/topics/manifest/uses-feature-element.jd
@@ -562,10 +562,11 @@ is sensitive to delays or lag in sound input or output.</td>
<tr>
<td rowspan="6">Camera</td>
<td><code>android.hardware.camera</code></td>
- <td>The application uses the device's camera. If the device supports
- multiple cameras, the application uses the camera that facing
- away from the screen.</td>
- <td></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
+ used instead if a camera facing any direction is acceptable for the
+ application.</td>
</tr>
<tr>
<td><code>android.hardware.camera.autofocus</code></td>