summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorEino-Ville Talvala <etalvala@google.com>2015-11-08 18:27:20 -0800
committerEino-Ville Talvala <etalvala@google.com>2015-11-13 15:25:45 -0800
commit0b6e1bfae848b7b177bba9c8119ad44cdc05684a (patch)
tree80a7fd04a23723d817072be2cde4f98dc7f608cf /docs
parentd45a18c8eca074f8c83a64ed465021a61becb49a (diff)
downloadframeworks_base-0b6e1bfae848b7b177bba9c8119ad44cdc05684a.zip
frameworks_base-0b6e1bfae848b7b177bba9c8119ad44cdc05684a.tar.gz
frameworks_base-0b6e1bfae848b7b177bba9c8119ad44cdc05684a.tar.bz2
Camera: Minor documentation update
- Further clarify hardware.camera feature being only for the back camera Bug: 24540625 Change-Id: I7a698740475aa4932648c8f62aab81d5f9341030
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>