summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorEino-Ville Talvala <etalvala@google.com>2015-11-12 01:25:02 +0000
committerandroid-build-merger <android-build-merger@google.com>2015-11-12 01:25:02 +0000
commit7a062ed396f6e563766367de70e0d9c6ba615fed (patch)
tree08255f83da67059d7584b16405bd974187c86c42 /docs
parent102e66152a51e28920da23e2991281f51f2439ee (diff)
parent0e57a4d02199a55db763b10a49f383c395e768c7 (diff)
downloadframeworks_base-7a062ed396f6e563766367de70e0d9c6ba615fed.zip
frameworks_base-7a062ed396f6e563766367de70e0d9c6ba615fed.tar.gz
frameworks_base-7a062ed396f6e563766367de70e0d9c6ba615fed.tar.bz2
Camera: Documentation updates am: d8407271ff am: 37e78cf8f1
am: 0e57a4d021 * commit '0e57a4d02199a55db763b10a49f383c395e768c7': 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>