diff options
author | Eino-Ville Talvala <etalvala@google.com> | 2015-11-12 01:10:07 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2015-11-12 01:10:07 +0000 |
commit | 37e78cf8f18523cda95926a85ae2b3678ffd7e5e (patch) | |
tree | a7df685e793ba2debe89e017795987a68e85ecaf /docs | |
parent | 88d4cc100175a54be3b7d560a91c38197f59f4bf (diff) | |
parent | d8407271ffa83d27e9a524f485a0799e422e1fd6 (diff) | |
download | frameworks_base-37e78cf8f18523cda95926a85ae2b3678ffd7e5e.zip frameworks_base-37e78cf8f18523cda95926a85ae2b3678ffd7e5e.tar.gz frameworks_base-37e78cf8f18523cda95926a85ae2b3678ffd7e5e.tar.bz2 |
Camera: Documentation updates
am: d8407271ff
* commit 'd8407271ffa83d27e9a524f485a0799e422e1fd6':
Camera: Documentation updates
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/guide/topics/manifest/uses-feature-element.jd | 9 |
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> |